StatusScope constructor
StatusScope({
- ProjectId? project,
- required StatusScopeType type,
Implementation
StatusScope({this.project, required this.type});
StatusScope({this.project, required this.type});