copyWith abstract method

AuthenticationResponse copyWith({
  1. bool? success,
  2. String? key,
  3. int? keyId,
  4. UserInfo? userInfo,
  5. AuthenticationFailReason? failReason,
})

Implementation

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