timeHours method

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

A time label for hours hours ago.

Implementation

@override
String timeHours(int hours) => '${hours}h';