microseconds method
Print amount microseconds for the corresponding locale. The unit is
abbreviated if abbreviated is set to true.
Implementation
@override
String microseconds(int amount, [bool abbreviated = true]) {
return '微秒';
}
Print amount microseconds for the corresponding locale. The unit is
abbreviated if abbreviated is set to true.
@override
String microseconds(int amount, [bool abbreviated = true]) {
return '微秒';
}