ChannelsResponse class
Provides information about the general settings and status of all channels for an application, including channels that aren't enabled for the application.
Constructors
-
ChannelsResponse({required Map<
String, ChannelResponse> channels}) -
ChannelsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
channels
→ Map<
String, ChannelResponse> -
A map that contains a multipart response for each channel. For each item in
this object, the ChannelType is the key and the Channel is the value.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited