copyWith method

Implementation

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