getVariable method

FlutlyVariable getVariable(
  1. String key
)

Implementation

FlutlyVariable getVariable(String key) {
  return variables[key] ?? FlutlyVariable("", "null");
}