setBirthday method

void setBirthday(
  1. DateTime? value
)

Implementation

void setBirthday(DateTime? value) => _parameters.birthday = value;