CollectionSelector.fromJson constructor
Implementation
CollectionSelector.fromJson(core.Map _json) {
if (_json.containsKey("allDescendants")) {
allDescendants = _json["allDescendants"];
}
if (_json.containsKey("collectionId")) {
collectionId = _json["collectionId"];
}
}