second abstract method

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

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

Implementation

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