Group constructor
Group({})
Implementation
Group({
required this.id,
required this.name,
required this.suiteID,
required this.testCount,
this.parentID,
this.line,
this.column,
this.url,
});
Group({
required this.id,
required this.name,
required this.suiteID,
required this.testCount,
this.parentID,
this.line,
this.column,
this.url,
});