hours method

  1. @override
String hours(
  1. int hours
)
override

Format when time is in hours

Implementation

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