meridium property

String get meridium

Implementation

String get meridium {
  return hour >= 12 ? "오후" : "오전";
}