copyWith method

Implementation

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