ActionModel constructor
ActionModel({
- String? action,
- String? message = "",
- String? token = "",
- bool value = true,
- TranscriptionActionModel? liveCaptionsData,
Implementation
ActionModel({
this.action,
this.message = "",
this.token = "",
this.value = true,
this.liveCaptionsData,
});