Stash constructor

Stash(
  1. String key,
  2. Map<String, dynamic> map, {
  3. Scope? scope,
})

Implementation

Stash(this.key, this.map, {this.scope});