StatusScope constructor

StatusScope({
  1. ProjectId? project,
  2. required StatusScopeType type,
})

Implementation

StatusScope({this.project, required this.type});