copyWith method
Implementation
ResendAuthenticationCode copyWith({ResendCodeReason? reason}) =>
ResendAuthenticationCode(reason: reason ?? this.reason);
ResendAuthenticationCode copyWith({ResendCodeReason? reason}) =>
ResendAuthenticationCode(reason: reason ?? this.reason);