getChild method

FlutlyVariable getChild(
  1. String key
)

Implementation

FlutlyVariable getChild(String key) => getChildren()[key] ?? FlutlyVariable("", "null");