toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return <String, dynamic>{
    if (member != null) r'member': member,
    if (report != null) r'report': report,
    if (self != null) r'self': self,
    if (service != null) r'service': service,
  };
}