Group constructor

Group({
  1. Map<String, dynamic> data,
  2. String id,
  3. num insertInstant,
  4. num lastUpdateInstant,
  5. String name,
  6. Map<String, List<ApplicationRole>> roles,
  7. String tenantId,
})

Implementation

Group(
    {this.data,
    this.id,
    this.insertInstant,
    this.lastUpdateInstant,
    this.name,
    this.roles,
    this.tenantId});