copyWith method

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

Implementation

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