MatterDevice class

Constructors

MatterDevice(int deviceId, String deviceName, int deviceType, int vendorId, int describeContents)
MatterDevice.fromJson(Map json)

Properties

describeContents int
getter/setter pair
deviceId int
getter/setter pair
deviceName String
getter/setter pair
deviceType int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vendorId int
getter/setter pair

Methods

getLastStatus() Future<bool?>
listenToEvents() Stream<bool?>
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