copyWith method
Implementation
InternalLinkTypeUserToken copyWith({String? token}) =>
InternalLinkTypeUserToken(token: token ?? this.token);
InternalLinkTypeUserToken copyWith({String? token}) =>
InternalLinkTypeUserToken(token: token ?? this.token);