millisecond abstract method

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

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

Implementation

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