messageId property Null safety

String? messageId
@JsonKey(defaultValue: '-1'), final

消息发送时间 消息ID,唯一标识,iOS 可用

Implementation

// final int messageTime;

/// 消息ID,唯一标识,iOS 可用
@JsonKey(defaultValue: '-1')
final String? messageId;