copyWith method
Implementation
GetProxyLink copyWith({
int? proxyId,
}) =>
GetProxyLink(
proxyId: proxyId ?? this.proxyId,
);
GetProxyLink copyWith({
int? proxyId,
}) =>
GetProxyLink(
proxyId: proxyId ?? this.proxyId,
);