hasVar method

bool hasVar(
  1. VarKey key
)
inherited

Implementation

bool hasVar(VarKey key) => _vars.containsKey(key);