copyWith abstract method
- @useResult
- bool? success,
- String? key,
- int? keyId,
- UserInfo? userInfo,
- AuthenticationFailReason? failReason,
Returns a shallow copy of this AuthenticationResponse with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
AuthenticationResponse copyWith({
bool? success,
String? key,
int? keyId,
_i2.UserInfo? userInfo,
_i3.AuthenticationFailReason? failReason,
});