EntertainmentConfigurationLocation class
An entertainment configuration's location.
Constructors
-
EntertainmentConfigurationLocation({required Relative service, EntertainmentConfigurationPosition? position, required List<
EntertainmentConfigurationPosition> positions, required double equalizationFactor}) - Creates a EntertainmentConfigurationLocation object.
- EntertainmentConfigurationLocation.empty()
- Creates an empty EntertainmentConfigurationLocation object.
-
EntertainmentConfigurationLocation.fromJson(Map<
String, dynamic> dataMap) -
Creates a EntertainmentConfigurationLocation object from the JSON
response to a GET request.
factory
Properties
- equalizationFactor ↔ double
-
Relative equalization factor applied to the entertainment service, to
compensate for differences in brightness in the entertainment
configuration.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- position → EntertainmentConfigurationPosition
-
Describes the location of the service.
final
-
positions
↔ List<
EntertainmentConfigurationPosition> -
Describes the location of the service.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service ↔ Relative
-
The entertainment configuration location's resource.
getter/setter pair
Methods
-
copyWith(
{Relative? service, EntertainmentConfigurationPosition? position, List< EntertainmentConfigurationPosition> ? positions, double? equalizationFactor, bool copyOriginalValues = true}) → EntertainmentConfigurationLocation - 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