toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final collectionIds = this.collectionIds;
final inputUriPrefix = this.inputUriPrefix;
final namespaceIds = this.namespaceIds;
return {
'collectionIds': ?collectionIds,
'inputUriPrefix': ?inputUriPrefix,
'namespaceIds': ?namespaceIds,
};
}