String getText(String name)

Source

String getText(String name) {
  return _getResourceValue("Text", name) as String;
}