Format when time is in hours
@override // ignore: unnecessary_brace_in_string_interps String hours(int hours) => '${hours}시간';