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

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
Coordinate of a single axis.
final
y double
Coordinate of a single axis.
final
z double
Coordinate of a single axis.
final

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