toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "teamName": teamName,
      "tbcid": tbcid,
      "shipPercent": shipPercent,
      "freeshipRemoteDistrict": freeshipRemoteDistrict,
      "yunfeixian": yunfeixian,
      "itemLink": itemLink,
      "goldSellers": goldSellers,
      "reimgs": reimgs,
      "couponLink": couponLink,
      "haitao": haitao,
      "sellerId": sellerId,
      "discounts": discounts,
      "directCommissionLink": directCommissionLink,
      "couponStartTime": couponStartTime,
      "serviceScore": serviceScore,
      "mainPic": mainPic,
      "tchaoshi": tchaoshi,
      "id": id,
      "brand": brand,
      "imgs": imgs,
      "brandName": brandName,
      "subcid": jsonEncode(subcid),
      "couponConditions": couponConditions,
      "detailPics": detailPics,
      "subdivisionId": subdivisionId,
      "dsrScore": dsrScore,
      "shopLogo": shopLogo,
      "dailySales": dailySales,
      "shopLevel": shopLevel,
      "couponTotalNum": couponTotalNum,
      "descScore": descScore,
      "brandWenan": brandWenan,
      "activityEndTime": activityEndTime,
      "shipScore": shipScore,
      "brandId": brandId,
      "couponReceiveNum": couponReceiveNum,
      "shopType": shopType,
      "desc": desc,
      "cid": cid,
      "commissionRate": commissionRate,
      "originalPrice": originalPrice,
      "actualPrice": actualPrice,
      "goodsId": goodsId,
      "quanMLink": quanMLink,
      "shopName": shopName,
      "activityStartTime": activityStartTime,
      "video": video,
      "title": title,
      "dtitle": dtitle,
      "monthSales": monthSales,
      "subdivisionRank": subdivisionRank,
      "hzQuanOver": hzQuanOver,
      "isSubdivision": isSubdivision,
      "marketingMainPic": marketingMainPic,
      "directCommissionType": directCommissionType,
      "servicePercent": servicePercent,
      "commissionType": commissionType,
      "couponEndTime": couponEndTime,
      "directCommission": directCommission,
      "twoHoursSales": twoHoursSales,
      "createTime": createTime,
      "dsrPercent": dsrPercent,
      "estimateAmount": estimateAmount,
      "specialText": jsonEncode(specialText),
      "couponPrice": couponPrice,
      "activityType": activityType,
      "hotPush": hotPush,
      "subdivisionName": subdivisionName,
    };