AssignmentEntity class
Constructors
-
AssignmentEntity({required String? appId, required String? reporterId, String? assigneeId, TaskEntity? task, String? workflowId, int? workflowTaskSeqNumber, Object? timestamp, int? status, List<AssignmentResultEntity>? resultsCurrent, List<AssignmentResultEntity>? resultsPrevious, String? triggeredById, WorkflowNotificationEntity? confirmMessage, WorkflowNotificationEntity? rejectMessage})
-
Methods
-
copyWith({String? documentID, String? appId, String? reporterId, String? assigneeId, TaskEntity? task, String? workflowId, int? workflowTaskSeqNumber, Object? timestamp, int? status, List<AssignmentResultEntity>? resultsCurrent, List<AssignmentResultEntity>? resultsPrevious, String? triggeredById, WorkflowNotificationEntity? confirmMessage, WorkflowNotificationEntity? rejectMessage})
→ AssignmentEntity
-
-
enrichedDocument(Map<String, Object?> theDocument)
→ Future<Map<String, Object?>>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
switchAppId({required String newAppId})
→ AssignmentEntity
-
override
-
toDocument()
→ Map<String, Object?>
-
override
-
toJsonString()
→ String
-
-
toString()
→ String
-
A string representation of this object.
override