defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "inputBackground",
    "@is_json_scheme_class": true,
    "@return_type": "inputBackground",
    "input_background_local": {"@type": "inputBackgroundLocal"},
    "input_background_remote": {"@type": "inputBackgroundRemote"},
    "input_background_previous": {"@type": "inputBackgroundPrevious"}
  };
}