GroupProjection constructor
GroupProjection({})
Returns a new GroupProjection instance.
Implementation
GroupProjection({
required this.name,
required this.id,
this.description,
required this.createdAt,
});
Returns a new GroupProjection instance.
GroupProjection({
required this.name,
required this.id,
this.description,
required this.createdAt,
});