birthPlaceCode method

String birthPlaceCode()

Implementation

String birthPlaceCode() {
  return birthCity!.code;
}