toJson method

Map<String, dynamic> toJson()

Implementation

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