toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return <String, dynamic>{
    if (businessActivity != null) r'businessActivity': businessActivity,
    if (category != null) r'category': category,
    if (image != null) r'image': image,
    if (images != null) r'images': images,
    if (plans != null) r'plans': plans,
    if (report != null) r'report': report,
    if (reporter != null) r'reporter': reporter,
    if (self != null) r'self': self,
    if (tracking != null) r'tracking': tracking,
  };
}