toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (inventoryItems != null) 'inventoryItems': inventoryItems!,
if (kind != null) 'kind': kind!,
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
};