ActionModel class

Constructors

ActionModel.new({String? action, String? message = "", String? token = "", bool value = true, TranscriptionActionModel? liveCaptionsData, String? consent, List<ConsentParticipant>? participants, Map<String, dynamic>? user})
ActionModel.fromJson(Map<String, dynamic> json)
factory

Properties

action String?
final
final
hashCode int
The hash code for this object.
no setterinherited
liveCaptionsData TranscriptionActionModel?
final
message String?
final
participants List<ConsentParticipant>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
final
user Map<String, dynamic>?
final
value bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited