toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (service != null) 'service': service!,
  if (umbrellaNetwork != null) 'umbrellaNetwork': umbrellaNetwork!,
  if (umbrellaProject != null) 'umbrellaProject': umbrellaProject!,
};