toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return <String, dynamic>{
    if (assignments != null) r'assignments': assignments,
    if (feedback != null) r'feedback': feedback,
    if (image != null) r'image': image,
    if (images != null) r'images': images,
    if (operator_ != null) r'operator': operator_,
    if (organization != null) r'organization': organization,
    if (report != null) r'report': report,
    if (self != null) r'self': self,
    if (tracking != null) r'tracking': tracking,
  };
}