b
This commit is contained in:
@@ -29,6 +29,8 @@ class TaskModel extends Equatable {
|
||||
this.storeId,
|
||||
});
|
||||
|
||||
bool get isGlobal => storeId == null;
|
||||
|
||||
// --- FACTORY: MODELLO VUOTO (Per le creazioni) ---
|
||||
factory TaskModel.empty({String? companyId, String? createdById}) {
|
||||
return TaskModel(
|
||||
|
||||
Reference in New Issue
Block a user