GetNetworkStatistics constructor

GetNetworkStatistics({
  1. String? extra,
  2. int? client_id,
  3. Bool? only_current,
})

Implementation

GetNetworkStatistics({
  super.extra,
  super.client_id,
  this.only_current,
});