SetLocal constructor

SetLocal(
  1. String key,
  2. dynamic value,
  3. bool shadows
)

Implementation

SetLocal(this.key, this.value, this.shadows);