copyWith method
Implementation
CheckAuthenticationPasswordRecoveryCode copyWith({String? recoveryCode}) =>
CheckAuthenticationPasswordRecoveryCode(
recoveryCode: recoveryCode ?? this.recoveryCode,
);
CheckAuthenticationPasswordRecoveryCode copyWith({String? recoveryCode}) =>
CheckAuthenticationPasswordRecoveryCode(
recoveryCode: recoveryCode ?? this.recoveryCode,
);