ActionModel constructor
ActionModel({
- String? action,
- String? message = "",
- String? token = "",
- bool value = true,
- TranscriptionActionModel? liveCaptionsData,
- String? consent,
- List<
ConsentParticipant> ? participants, - Map<
String, dynamic> ? user,
Implementation
ActionModel({
this.action,
this.message = "",
this.token = "",
this.value = true,
this.liveCaptionsData,
this.consent,
this.participants,
this.user, // <-- added here
});