ProjectService constructor
ProjectService({
- required ProjectServiceId $id,
- required bool enabled,
Implementation
ProjectService({
required this.$id,
required this.enabled,
});