defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "themeSettings",
"@return_type": "themeSettings",
"accent_color": 0,
"background": {"@type": "background"},
"outgoing_message_fill": {"@type": "backgroundFill"},
"animate_outgoing_message_fill": false,
"outgoing_message_accent_color": 0
};
}