Desktop test

This commit is contained in:
Sewmina
2022-03-20 01:34:22 +05:30
parent f04e82c5ca
commit 7d8eea7375
3 changed files with 38 additions and 16 deletions

View File

@@ -96,7 +96,7 @@ class Queries{
}
class Project{
Project(this.name, this.category, this.steps, this.deadline);
Project(this.name, this.category, this.steps, this.deadline,{this.cat});
String name;
String category;