toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "wordDesc": wordDesc,
  "rankNum": rankNum,
  "words": words,
  "theme": theme,
  "pic": pic,
  "label": label,
  "hotValue": hotValue,
};