toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return <String, dynamic>{
    if (children != null) r'children': children,
    if (geo != null) r'geo': geo,
    if (organization != null) r'organization': organization,
    if (plans != null) r'plans': plans,
    if (self != null) r'self': self,
  };
}