ChatMessageStatusDetail class
This class holds information about the times a chat message was sent, delivered, and seen.
Attributes:
Constructors
- ChatMessageStatusDetail({String? deliveredTime, String? messageId, String? seenTime, String? sentTime})
- Constructs an instance of ChatMessageStatusDetail.
-
ChatMessageStatusDetail.fromJson(Map<
String, dynamic> json) -
Creates a ChatMessageStatusDetail instance from a JSON map.
factory
Properties
- deliveredTime ↔ String?
-
The time at which 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 at which the message was seen.
getter/setter pair
- sentTime ↔ String?
-
The time at which 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 to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited