toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (accessTokens != null) 'accessTokens': accessTokens!,
if (apiKeys != null) 'apiKeys': apiKeys!,
if (apiProducts != null) 'apiProducts': apiProducts!,
if (asns != null) 'asns': asns!,
if (botReasons != null) 'botReasons': botReasons!,
if (developerApps != null) 'developerApps': developerApps!,
if (developers != null) 'developers': developers!,
if (httpMethods != null) 'httpMethods': httpMethods!,
if (ipAddressRanges != null) 'ipAddressRanges': ipAddressRanges!,
if (regionCodes != null) 'regionCodes': regionCodes!,
if (userAgents != null) 'userAgents': userAgents!,
};