MessagePinInfo class
消息置顶信息。
Constructors
- MessagePinInfo({required int pinTime, required String operatorId})
- MessagePinInfo 的构造函数。
-
MessagePinInfo.fromJson(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- operatorId → String
-
置顶的操作者的用户 ID。
final
- pinTime → int
-
置顶时间。
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited