dateOfBirth property

  1. @JsonKey.new(includeIfNull: true, name: 'date_of_birth')
String? dateOfBirth
final

Implementation

@JsonKey(includeIfNull: true, name: 'date_of_birth')
final String? dateOfBirth;