OpenChannelCreateParams class
Represents a open channel params.
- Annotations
 - 
    
- @JsonSerializable.new()
 
 
Constructors
Properties
- channelUrl ↔ String?
 - 
  The channel url of the channel.
  getter/setter pair
 - coverImage ↔ FileInfo?
 - 
  The cover image file info.
  getter/setter pair
 - customType ↔ String?
 - 
  The custom type of the channel.
  getter/setter pair
 - data ↔ String?
 - 
  The data of the channel.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name ↔ String?
 - 
  The name of the channel.
  getter/setter pair
 - 
  operatorUserIds
  ↔ List<
String> ? - 
  The operator user ids of the channel. Defaults to null.
  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
 
Static Methods
- 
  fromJson(
Map< String, dynamic> json) → OpenChannelCreateParams