dateOfBirth property

  1. @JsonKey.new(name: 'date_of_birth')
String dateOfBirth
final

Date of birth in YYYY-MM-DD format

Implementation

@JsonKey(name: 'date_of_birth')
final String dateOfBirth;