toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (collectionIds != null) 'collectionIds': collectionIds!,
if (inputUriPrefix != null) 'inputUriPrefix': inputUriPrefix!,
if (namespaceIds != null) 'namespaceIds': namespaceIds!,
};