CreateGroupResponse constructor

CreateGroupResponse({
  1. required String type,
  2. required String resource,
  3. required String action,
  4. String? uuid,
  5. required CreateGroupPayload payload,
  6. required List errors,
})

Implementation

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