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