isHighPriorityMessage property Null safety

bool isHighPriorityMessage
@JsonKey(defaultValue: false), read / write

是否是高优先级消息

Implementation

@JsonKey(defaultValue: false)
bool isHighPriorityMessage;