Creates a Birthdate object from a JSON map.
factory Birthdate.fromJson(Map<String, dynamic> json) => _$BirthdateFromJson(json);