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