sexCodeToStr property Null safety

String sexCodeToStr

Implementation

String get sexCodeToStr {
  return sex == "M" ? "수" : "암";
}