call method

dynamic call(
  1. String key
)

Implementation

dynamic call(String key) {
  return getVariable(key);
}