copyWith abstract method
AuthenticationData
copyWith({
- String? id,
- String? token,
- User? user,
- String? refreshToken,
- AuthDeviceInfo? deviceInfo,
Implementation
AuthenticationData copyWith({
String? id,
String? token,
User? user,
String? refreshToken,
AuthDeviceInfo? deviceInfo,
});