ProjectService constructor

ProjectService({
  1. required ProjectServiceId $id,
  2. required bool enabled,
})

Implementation

ProjectService({
  required this.$id,
  required this.enabled,
});