ChatMessageStatusDetail class
Represents the detailed status of a chat message.
This class holds information about the times when a chat message was sent, delivered, and seen.
Constructors
- ChatMessageStatusDetail({String? deliveredTime, String? messageId, String? seenTime, String? sentTime})
- Initializes a new instance of the ChatMessageStatusDetail class.
-
ChatMessageStatusDetail.fromJson(Map<
String, dynamic> json) -
Converts a JSON object into a ChatMessageStatusDetail instance.
factory
Properties
- deliveredTime ↔ String?
-
The time when the message was delivered.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageId ↔ String?
-
The unique identifier of the message.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seenTime ↔ String?
-
The time when the message was seen.
getter/setter pair
- sentTime ↔ String?
-
The time when the message was sent.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts a ChatMessageStatusDetail instance into a JSON object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited