HOUR_CNT_IN_DAY top-level constant Null safety

int const HOUR_CNT_IN_DAY

하루의 시간 갯수. 24시간 => 24개

Implementation

const HOUR_CNT_IN_DAY = 24;