copyWith method
Implementation
@override
InternalLinkTypeUnsupportedProxy copyWith({
dynamic extra,
int? clientId,
}) =>
InternalLinkTypeUnsupportedProxy(
extra: extra ?? this.extra,
clientId: clientId ?? this.clientId,
);
@override
InternalLinkTypeUnsupportedProxy copyWith({
dynamic extra,
int? clientId,
}) =>
InternalLinkTypeUnsupportedProxy(
extra: extra ?? this.extra,
clientId: clientId ?? this.clientId,
);