CustomChannel class

Representation of a custom channel.

Constructors

CustomChannel({bool? active, String? displayName, String? name, String? reportingDimensionId})
CustomChannel.fromJson(Map json_)

Properties

active bool?
Whether the custom channel is active and collecting data.
getter/setter pair
displayName String?
Display name of the custom channel.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name of the custom channel.
getter/setter pair
reportingDimensionId String?
Unique ID of the custom channel as used in the CUSTOM_CHANNEL_ID reporting dimension.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited