toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (apiSource != null) 'apiSource': apiSource!,
      if (attributes != null) 'attributes': attributes!,
      if (methods != null) 'methods': methods!,
      if (quota != null) 'quota': quota!,
      if (service != null) 'service': service!,
    };