GroupConfig class

The parameters when joining a group.

分组配置参数,用于加入分组。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

GroupConfig(String? userData)
Constructs a GroupConfig

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userData String?
Extra data defined by APP, it will be sent to all users in group, max length is 128 bytes.
getter/setter pair

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