ConversationMessage class
- Annotations
-
- @JsonSerializable()
Constructors
- ConversationMessage({int? id, String? uid, String? companyUid, String? contactUid, dynamic instagramMessageId, String? senderId, String? recipientId, String? messageFrom, String? messageType, String? message, String? storyId, bool? isStory, String? storyUrl, String? status, String? platform, String? timestamp, DateTime? createdAt, DateTime? updatedAt, Contact? contact, Facebook? facebookConnection, Twitter? twitterConnection, Instagram? instagramConnection})
-
const
-
ConversationMessage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- companyUid → 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
- instagramMessageId → dynamic
-
final
- isStory → bool?
-
final
- message → String?
-
final
- messageFrom → String?
-
final
- messageType → String?
-
final
- platform → String?
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- recipientId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- senderId → String?
-
final
- status → String?
-
final
- storyId → String?
-
final
- storyUrl → String?
-
final
- stringify → bool
-
If set to
true
, the toString method will be overridden to output this instance's props.no setter - timestamp → String?
-
final
- twitterConnection → Twitter?
-
final
- uid → String?
-
final
- updatedAt → DateTime?
-
final
Methods
-
copyWith(
{int? id, String? uid, String? companyUid, String? contactUid, dynamic instagramMessageId, String? senderId, String? recipientId, String? messageFrom, String? messageType, String? message, String? storyId, bool? isStory, String? storyUrl, String? status, String? platform, String? timestamp, DateTime? createdAt, DateTime? updatedAt, Contact? contact, Facebook? facebookConnection, Twitter? twitterConnection, Instagram? instagramConnection}) → ConversationMessage -
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