Desktop test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user