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