copyWith method
Implementation
GetNetworkStatistics copyWith({
bool? onlyCurrent,
}) =>
GetNetworkStatistics(
onlyCurrent: onlyCurrent ?? this.onlyCurrent,
);
GetNetworkStatistics copyWith({
bool? onlyCurrent,
}) =>
GetNetworkStatistics(
onlyCurrent: onlyCurrent ?? this.onlyCurrent,
);