InterconnectDiagnosticsARPEntry constructor

InterconnectDiagnosticsARPEntry({
  1. String? ipAddress,
  2. String? macAddress,
})

Implementation

InterconnectDiagnosticsARPEntry({this.ipAddress, this.macAddress});