defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "background",
    "@return_type": "background",
    "id": 0,
    "is_default": false,
    "is_dark": false,
    "name": "",
    "document": {"@type": "document"},
    "type": {"@type": "backgroundType"}
  };
}