copyWith method

GetProxyLink copyWith({
  1. int? proxyId,
})

Implementation

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