microseconds abstract method

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

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

Implementation

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