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