core.Map<core.String, core.dynamic> toJson() { final allDescendants = this.allDescendants; final collectionId = this.collectionId; return {'allDescendants': ?allDescendants, 'collectionId': ?collectionId}; }