toJson method

Map toJson()
override

Implementation

Map toJson() {
  var json = super.toJson();
  json['thumbPath'] = thumbPath;
  return json;
}