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