copyWith abstract method
AuthenticationResponse
copyWith({
- bool? success,
- String? key,
- int? keyId,
- UserInfo? userInfo,
- AuthenticationFailReason? failReason,
Implementation
AuthenticationResponse copyWith({
bool? success,
String? key,
int? keyId,
_i2.UserInfo? userInfo,
_i2.AuthenticationFailReason? failReason,
});