dateOfBirth property
- @JsonKey(name: "dob", required: true, fromJson: BirthDate.fromJsonKey, toJson: BirthDate.toJsonKey)
final
Implementation
@JsonKey(
name: "dob",
required: true,
fromJson: BirthDate.fromJsonKey,
toJson: BirthDate.toJsonKey)
final BirthDate dateOfBirth;