birthday property Null safety

LocalDate? birthday

Implementation

LocalDate? get birthday;
void birthday=(LocalDate? birthday)

Implementation

set birthday(LocalDate? birthday);