GroupCreate constructor
Returns a new GroupCreate instance.
Implementation
GroupCreate({
required this.name,
required this.parentGroupId,
this.description,
});
Returns a new GroupCreate instance.
GroupCreate({
required this.name,
required this.parentGroupId,
this.description,
});