Scope constructor

Scope({
  1. ProjectDetails? project,
  2. ScopeType? type,
})

Implementation

Scope({this.project, this.type});