copyWith method
Implementation
EmailAddressAuthenticationCode copyWith({String? code}) =>
EmailAddressAuthenticationCode(code: code ?? this.code);
EmailAddressAuthenticationCode copyWith({String? code}) =>
EmailAddressAuthenticationCode(code: code ?? this.code);