CreateGroupResponse constructor
CreateGroupResponse({})
Implementation
CreateGroupResponse({
required this.type,
required this.resource,
required this.action,
this.uuid,
required this.payload,
required this.errors,
});