Scope constructor

Scope({
  1. String? type,
})

Implementation

Scope({
  this.type,
});