MndpMessage class

Constructors

MndpMessage.new()

Properties

boardName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identity String?
getter/setter pair
interfaceName String?
getter/setter pair
macAddress String?
getter/setter pair
platform String?
getter/setter pair
productInfo MikrotikProduct?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int?
getter/setter pair
softwareId String?
getter/setter pair
ttl int?
getter/setter pair
type int?
getter/setter pair
unicastIpv4Address String?
getter/setter pair
unicastIpv6Address String?
getter/setter pair
unpack int?
getter/setter pair
uptime Duration?
getter/setter pair
version String?
getter/setter pair

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.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) → dynamic