defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "thumbnailFormat",
"@is_json_scheme_class": true,
"@return_type": "thumbnailFormat",
"thumbnail_format_jpeg": {"@type": "thumbnailFormatJpeg"},
"thumbnail_format_gif": {"@type": "thumbnailFormatGif"},
"thumbnail_format_mpeg4": {"@type": "thumbnailFormatMpeg4"},
"thumbnail_format_png": {"@type": "thumbnailFormatPng"},
"thumbnail_format_tgs": {"@type": "thumbnailFormatTgs"},
"thumbnail_format_webm": {"@type": "thumbnailFormatWebm"},
"thumbnail_format_webp": {"@type": "thumbnailFormatWebp"}
};
}