GetAllConversationsData class

Annotations
  • @JsonSerializable()

Constructors

GetAllConversationsData({int? id, String? uid, String? companyUid, String? contactUid, String? channel, String? lastMessage, String? messageType, String? noOfUnseenMessages, String? connectionUid, DateTime? createdAt, DateTime? updatedAt, Contact? contact, String? status, Facebook? facebookConnection, Twitter? twitterConnection, Instagram? instagramConnection, String? sentMessage})
const
GetAllConversationsData.fromJson(Map<String, dynamic> json)
factory

Properties

channel String?
final
companyUid String?
final
connectionUid String?
final
contact Contact?
final
contactUid String?
final
createdAt DateTime?
final
facebookConnection Facebook?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
instagramConnection Instagram?
final
lastMessage String?
final
messageType String?
final
noOfUnseenMessages String?
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentMessage String?
final
status String?
final
stringify bool
If set to true, the toString method will be overridden to output this instance's props.
no setter
twitterConnection Twitter?
final
uid String?
final
updatedAt DateTime?
final

Methods

copyWith({int? id, String? uid, String? companyUid, String? contactUid, String? channel, String? lastMessage, String? messageType, String? noOfUnseenMessages, String? connectionUid, DateTime? createdAt, DateTime? updatedAt, Contact? contact, String? status, Facebook? facebookConnection, Twitter? twitterConnection, Instagram? instagramConnection, String? sentMessage}) GetAllConversationsData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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