defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "networkStatisticsEntryCall",
"@return_type": "networkStatisticsEntry",
"network_type": {"@type": "networkType"},
"sent_bytes": 0,
"received_bytes": 0,
"duration": 0.0
};
}