OpenChannelParams class
An object consists a set of parameters to create/update open channel.
- Annotations
-
- @JsonSerializable()
Constructors
Properties
- channelUrl ↔ String?
-
Channel url that a channel is to be updated.
Use in creation only.
getter/setter pair
- coverImage ↔ FileInfo?
-
Object contains url or file to be uploaded
getter/setter pair
- customType ↔ String?
-
Custom type for a channel
getter/setter pair
- data ↔ String?
-
Custom data for a channel
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Name for a channel
getter/setter pair
-
operatorUserIds
↔ List<
String> ? -
List of user id who will be operator in a channel
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