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