ActionModel constructor
ActionModel({})
Implementation
ActionModel({
this.action,
this.message = "",
this.token = "",
this.value = true,
this.liveCaptionsData,
this.consent,
this.participants,
this.user,
this.timeStamp,
this.dispatchId,
// ✅ ADD NEW FIELD
});