mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 18:07:59 -06:00
feat: Implement updated receive share logic
This commit is contained in:
@@ -21,6 +21,8 @@ class Task extends Equatable {
|
||||
@JsonKey(fromJson: tryParseNullable)
|
||||
final int? relatedDocument;
|
||||
|
||||
bool get isSuccess => status == TaskStatus.success;
|
||||
|
||||
const Task({
|
||||
required this.id,
|
||||
this.taskId,
|
||||
|
||||
Reference in New Issue
Block a user