toJson method

Map<String, dynamic> toJson()

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,
    };