toJson method

Map<String, dynamic> toJson()

Implementation

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