isHighPriorityMessage property Null safety

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

Check of a message has a high priority

Implementation

@JsonKey(defaultValue: false)
bool isHighPriorityMessage;