defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "backgroundFill",
"@is_json_scheme_class": true,
"@return_type": "backgroundFill",
"background_fill_solid": {"@type": "backgroundFillSolid"},
"background_fill_gradient": {"@type": "backgroundFillGradient"},
"background_fill_freeform_gradient": {"@type": "backgroundFillFreeformGradient"}
};
}