defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "videoNote",
"@return_type": "videoNote",
"duration": 0,
"waveform": "base64",
"length": 0,
"minithumbnail": {"@type": "minithumbnail"},
"thumbnail": {"@type": "thumbnail"},
"speech_recognition_result": {"@type": "speechRecognitionResult"},
"video": {"@type": "file"}
};
}