operator [] method

Variable<T>? operator [](
  1. String name
)

Implementation

Variable<T>? operator [](String name) => resolve(name);