anHour method

String anHour(
  1. int hours
)
override

Implementation

String anHour(int hours) => '$hours小时';