empty static method

Birthdate empty()
override

create Birthdate Empty

Implementation

static Birthdate empty() {
  return Birthdate({});
}