toJson method
Converts an object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
final returnValue = <String, dynamic>{
'\$hash': '5910cccb',
'\$name': 'DocumentAttributeVideo023',
'duration': duration,
'w': w,
'h': h,
};
// Finished toJson.
return returnValue;
}