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