LiveTalkMessageEntity class
created_date : 1686035919145 last_updated_date : 1686035919145 _id : "" tenant_id : "" is_deleted : false room_id : "" member_type : "system" type : "activity" action : "create_room" content : "" kind : "normal" receiving_group_id : "" uuid : "" guest_info : {"phone":"","full_name":"Steve","email":"","contact_id":"","new_contact":false,"uuid":"","domain":"https","browser":"","ip":"","address":"Ho Chi Minh City","lat":"","lon":"","other_info":{"full_name":"Steve","mail":"","phone_number":""}}
Constructors
-
LiveTalkMessageEntity.new({int? createdDate, int? lastUpdatedDate, String? id, String? tenantId, bool? isDeleted, String? roomId, String? memberType, String? type, String? action, String? content, String? kind, String? receivingGroupId, String? uuid, GuestInfo? guestInfo, List<
Multimedias> ? multimedias, List<Reactions> ? reactions, LiveTalkMessageEntity? quoteMessage}) - LiveTalkMessageEntity.fromJson(dynamic json)
Properties
- action ↔ String?
-
getter/setter pair
- content ↔ String?
-
getter/setter pair
- createdDate ↔ int?
-
getter/setter pair
- guestInfo ↔ GuestInfo?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- isDeleted ↔ bool?
-
getter/setter pair
- kind ↔ String?
-
getter/setter pair
- lastUpdatedDate ↔ int?
-
getter/setter pair
- memberType ↔ String?
-
getter/setter pair
-
multimedias
↔ List<
Multimedias> ? -
getter/setter pair
- quoteMessage ↔ LiveTalkMessageEntity?
-
getter/setter pair
-
reactions
↔ List<
Reactions> ? -
getter/setter pair
- receivingGroupId ↔ String?
-
getter/setter pair
- roomId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tenantId ↔ String?
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
- uuid ↔ String?
-
getter/setter pair
Methods
-
copyWith(
{int? createdDate, int? lastUpdatedDate, String? id, String? tenantId, bool? isDeleted, String? roomId, String? memberType, String? type, String? action, String? content, String? kind, String? receivingGroupId, String? uuid, GuestInfo? guestInfo, LiveTalkMessageEntity? quoteMessage}) → LiveTalkMessageEntity -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setNewReaction(
List list) → dynamic -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited