hour abstract method

String hour(
  1. int amount, [
  2. bool abbreviated = true
])

Print amount hour for the corresponding locale. The unit is abbreviated if abbreviated is set to true.

Implementation

String hour(int amount, [bool abbreviated = true]);