init method

void init()

Implementation

void init() {
  _dobFieldController.text = dateToString(currentUser!.getDateOfBirth())!;
  _locationFieldController.text = currentUser!.getLocation()!;
}