ActionModel constructor
ActionModel({
- String? action,
- String? message = "",
- String? token = "",
- bool value = true,
- TranscriptionActionModel? liveCaptionsData,
- String? consent,
- List<
ConsentParticipant> ? participants, - Map<
String, dynamic> ? user, - int? timeStamp,
- int? timestamp,
- String? dispatchId,
- String? id,
- String? mode,
- String? messageId,
- Reaction? reaction,
- bool? removeReaction = false,
- String? requestBy,
- String? requestByName,
Implementation
ActionModel({
this.action,
this.message = "",
this.token = "",
this.value = true,
this.liveCaptionsData,
this.consent,
this.participants,
this.user,
this.timeStamp,
this.timestamp,
this.dispatchId,
this.id,
this.mode,
this.messageId,
this.reaction,
this.removeReaction = false,
this.requestBy,
this.requestByName,
this.isScreenShareAllowed,
// ✅ ADD NEW FIELD
});