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