hasVariable abstract method

bool hasVariable(
  1. String name
)

Check if a variable exists.

Implementation

bool hasVariable(String name);