MessagePinInfo constructor
MessagePinInfo 的构造函数。
参数 pinTime 消息置顶时间。 参数 operatorId 置顶的操作者的用户 ID。
Implementation
MessagePinInfo({
required this.pinTime,
required this.operatorId,
});
MessagePinInfo 的构造函数。
参数 pinTime 消息置顶时间。 参数 operatorId 置顶的操作者的用户 ID。
MessagePinInfo({
required this.pinTime,
required this.operatorId,
});