toJson method

Map<String, dynamic> toJson()

Implementation

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