EntertainmentConfigurationChannelMember class

An entertainment configuration channel's member.

Constructors

EntertainmentConfigurationChannelMember({required Relative service, required int index})
Creates a EntertainmentConfigurationChannelMember object.
EntertainmentConfigurationChannelMember.empty()
Creates an empty EntertainmentConfigurationChannelMember object.
EntertainmentConfigurationChannelMember.fromJson(Map<String, dynamic> dataMap)
Creates a EntertainmentConfigurationChannelMember object from the JSON response to a GET request.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
index int
The index of this member.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service Relative
The channel member resource.
final

Methods

copyWith({Relative? service, int? index, bool copyOriginalValues = true}) EntertainmentConfigurationChannelMember
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({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