ActionTaken class

Inheritance

Constructors

ActionTaken(DateTime time, int? recipientId, bool? estimate, String? userId, String? byId, String? nodeId, int? duration, String action, String? role, bool? fyi, bool? escalated, String? note, String? substitutingId, int? originId)
ActionTaken.fromJson(Map<String, dynamic> json)
factory

Properties

action String
final
byId String?
finalinherited
duration int?
finalinherited
escalated bool?
final
estimate bool?
finalinherited
fyi bool?
final
hashCode int
The hash code for this object.
no setterinherited
nodeId String?
finalinherited
note String?
final
originId int?
final
recipientId int?
finalinherited
role String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
substitutingId String?
final
time DateTime
getter/setter pairinherited
userId String?
finalinherited

Methods

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

Operators

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