ActionModel class

Constructors

ActionModel({String? action, String? message = "", String? token = "", bool value = true, 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 = false, String? requestBy, String? requestByName, bool? isScreenShareAllowed})
ActionModel.fromJson(Map<String, dynamic> json)
factory

Properties

action String?
final
final
dispatchId String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isScreenShareAllowed bool?
final
liveCaptionsData TranscriptionActionModel?
final
message String?
final
messageId String?
final
mode String?
final
participants List<ConsentParticipant>?
final
reaction Reaction?
final
removeReaction bool?
final
requestBy String?
final
requestByName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeStamp int?
final
timestamp int?
final
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