hoursAgo method

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

Message for when the elapsed time is in hours.

Implementation

@override
String hoursAgo(int hours) => '$hours ชั่วโมง';