New project started, Single step page started
This commit is contained in:
@@ -89,6 +89,13 @@ class Queries{
|
||||
static String colData = "data";
|
||||
}
|
||||
|
||||
class ProjectStep{
|
||||
ProjectStep(this.stepName,this.eta);
|
||||
|
||||
String stepName;
|
||||
int eta;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user