copyWith method
Copy model with modified properties.
Properties:
proxy_id: Proxy identifier
Implementation
EnableProxy copyWith({
int? proxyId,
}) =>
EnableProxy(
proxyId: proxyId ?? this.proxyId,
);
Copy model with modified properties.
Properties:
proxy_id: Proxy identifierEnableProxy copyWith({
int? proxyId,
}) =>
EnableProxy(
proxyId: proxyId ?? this.proxyId,
);