toJson method

Map<String, dynamic> toJson()

Implementation

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