dynamic getCustomObject(String name)

Source

dynamic getCustomObject(String name) {
  return _getResourceValue("CustomObject", name);
}