ActionModel constructor
ActionModel({
- String? action,
- String? identity,
- String? userIdentity,
- String? message,
- String? token,
- bool? value,
- 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,
- String? requestBy,
- String? requestByName,
- List<
Map< ? messages,String, dynamic> > - List<
RaisedHand> ? raisedHands,
Implementation
ActionModel({
this.action,
this.identity,
this.userIdentity,
this.message,
this.token,
this.value,
this.liveCaptionsData,
this.consent,
this.participants,
this.user,
this.timeStamp,
this.timestamp,
this.dispatchId,
this.id,
this.mode,
this.messageId,
this.reaction,
this.removeReaction,
this.requestBy,
this.requestByName,
this.isScreenShareAllowed,
this.messages,
this.raisedHands,
// ✅ ADD NEW FIELD
});