Scope constructor

Scope({
  1. ScopeType? key,
  2. String? value,
})

Implementation

Scope({
  this.key,
  this.value,
});