status property
Status of the message. Takes precedence over the timestamp based status. If not provided, the status is determined by createdAt, sentAt, seenAt etc.
Implementation
Map<String, dynamic>? get metadata;/// Status of the message. Takes precedence over the timestamp based status.
/// If not provided, the status is determined by createdAt, sentAt, seenAt etc.
MessageStatus? get status;