EntertainmentConfigurationPosition class
An entertainment configuration's position.
Constructors
- EntertainmentConfigurationPosition({required double x, required double y, required double z})
- Creates a EntertainmentConfigurationPosition object.
- EntertainmentConfigurationPosition.empty()
- Creates an empty EntertainmentConfigurationPosition object.
-
EntertainmentConfigurationPosition.fromJson(Map<
String, dynamic> dataMap) -
Creates a EntertainmentConfigurationPosition object from the JSON
response to a GET request.
factory
Properties
Methods
-
copyWith(
{double? x, double? y, double? z, bool copyOriginalValues = true}) → EntertainmentConfigurationPosition - 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
-
toJson(
) → 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