getVar<V> method

V? getVar<V>(
  1. VarKey<V> key
)
inherited

Implementation

V? getVar<V>(VarKey<V> key) => _vars[key] as V?;