ARPData class

Annotations
  • @JsonSerializable()

Constructors

ARPData({required String hostname, required String iPAddress, required String macAddress, required String interfaceName, required String interfaceType})
ARPData.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hostname String
final
interfaceName String
final
interfaceType String
final
iPAddress String
final
macAddress String
final
notNullInterfaceType bool
no setter
notNullIPAddress bool
no setter
notNullMacAddress bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

nullInterfaceType → const String
nullIPAddress → const String
nullMacAddress → const String
primaryKeySembast → const String