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})

Properties

appId String?
final
assigneeId String?
final
confirmMessage WorkflowNotificationEntity?
final
hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
no setter
rejectMessage WorkflowNotificationEntity?
final
reporterId String?
final
resultsCurrent List<AssignmentResultEntity>?
final
resultsPrevious List<AssignmentResultEntity>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
final
task TaskEntity?
final
timestamp Object?
final
triggeredById String?
final
workflowId String?
final
workflowTaskSeqNumber int?
final

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

Operators

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

Static Methods

fromJsonString(String json, {Map<String, String>? newDocumentIds}) AssignmentEntity?
fromMap(Object? o, {Map<String, String>? newDocumentIds}) AssignmentEntity?