Query$searchCoaches$searchCoaches$objects$birth constructor

Query$searchCoaches$searchCoaches$objects$birth({
  1. DateTime? date,
  2. String? place,
  3. String? country,
  4. String $__typename = 'CoachsBirthType',
})

Implementation

Query$searchCoaches$searchCoaches$objects$birth({
  this.date,
  this.place,
  this.country,
  this.$__typename = 'CoachsBirthType',
});