QChatUpdateChannelParam class Null safety
- Inheritance
-
- Object
- QChatAntiSpamConfigParam
- QChatUpdateChannelParam
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatUpdateChannelParam({required int channelId, String? custom, String? topic, QChatChannelMode? viewMode, String? name})
-
QChatUpdateChannelParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
- antiSpamConfig ↔ QChatAntiSpamConfig?
-
反垃圾配置
@JsonKey(fromJson: antiSpamConfigFromJson), read / write, inherited
- channelId → int
-
频道Id,必填
final
- custom ↔ String?
-
频道自定义扩展字段
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- name ↔ String?
-
频道名称
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- topic ↔ String?
-
频道主题
read / write
- viewMode ↔ QChatChannelMode?
-
频道查看模式
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited