copyWith method

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

Implementation

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