Scope constructor

const Scope(
  1. String? name
)

Creates a new Scope.

Implementation

const Scope(this.name);