EntertainmentConfigurationStreamProxy class
An entertainment configuration's stream proxy.
Constructors
- EntertainmentConfigurationStreamProxy({required String mode, required Relative node})
- Creates a EntertainmentConfigurationStreamProxy object.
- EntertainmentConfigurationStreamProxy.empty()
- Creates an empty EntertainmentConfigurationStreamProxy object.
-
EntertainmentConfigurationStreamProxy.fromJson(Map<
String, dynamic> dataMap) -
Creates a EntertainmentConfigurationStreamProxy object from the JSON
response to a GET request.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- mode → String
-
Proxy mode used for this group.
final
- node → Relative
-
Reference to the device acting as proxy The proxy node relays the
entertainment traffic and should be located in or close to all
entertainment lamps in this group.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? mode, Relative? node, bool copyOriginalValues = true}) → EntertainmentConfigurationStreamProxy - Returns a copy of this object with its field values replaced by the ones provided to this method.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshOriginals(
) → void - Called after a successful PUT request, this method refreshed the "original" data in this object.
-
toJson(
{OptimizeFor optimizeFor = OptimizeFor.put}) → Map< String, dynamic> - Converts this object into JSON format.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override