GroupTraits constructor
GroupTraits({})
Implementation
GroupTraits(
{this.address,
this.avatar,
this.createdAt,
this.description,
this.email,
this.employees,
this.id,
this.industry,
this.name,
this.phone,
this.plan,
this.website,
Map<String, dynamic>? custom})
: super(custom: custom);