NIMMessagePin class

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

NIMMessagePin({NIMMessageRefer? messageRefer, String? operatorId, String? serverExtension, int? createTime, int? updateTime})
NIMMessagePin.fromJson(Map<String, dynamic> map)
factory

Properties

createTime int?
创建时间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
messageRefer NIMMessageRefer?
被Pin的消息关键信息
getter/setter pair
operatorId String?
操作者ID
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverExtension String?
扩展字段,最大512字节
getter/setter pair
updateTime int?
更新时间
getter/setter pair

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