toJson method
Implementation
Map<String, dynamic> toJson() => {
"backgroundPictureMd5": backgroundPictureMd5,
"compressionType": compressionType,
"height": height,
"textColor": textColor,
"thumHeight": thumHeight,
"thumWidth": thumWidth,
"timeBottomContent": timeBottomContent,
"timePosition": timePosition,
"timeTopContent": timeTopContent,
"width": width,
};