Scope constructor

const Scope(
  1. String name
)

default constructor

Implementation

const Scope(this.name);