StateMessageHardwareNetworkInterface constructor

StateMessageHardwareNetworkInterface({
  1. String? name,
  2. String? ip,
  3. String? type,
  4. String? state,
  5. int? upflow,
  6. int? downflow,
})

Implementation

StateMessageHardwareNetworkInterface({
  this.name,
  this.ip,
  this.type,
  this.state,
  this.upflow,
  this.downflow,
});