SmartHomeAppliance class
A smart home appliance that can connect to a central system. Any domestic device can be a smart appliance.
Constructors
- SmartHomeAppliance({String? description, String? friendlyName, String? manufacturerName})
-
SmartHomeAppliance.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String?
-
The description of the smart home appliance.
final
- friendlyName → String?
-
The friendly name of the smart home appliance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- manufacturerName → String?
-
The name of the manufacturer of the smart home appliance.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited