MessageStatusDetail class

A class that represents the details of a message status.

Constructors

MessageStatusDetail({String? count, int? totalParticipantCount, List<ParticipantList>? participantList})
Initializes a new instance of the MessageStatusDetail class.
MessageStatusDetail.fromJson(Map<String, dynamic> json)
Converts a JSON object into a MessageStatusDetail instance.
factory

Properties

count String?
The number of participants.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
participantList List<ParticipantList>?
A list of participants.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalParticipantCount int?
The total number of participants.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts a MessageStatusDetail instance into a JSON object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited