millisecond method
Print amount
millisecond for the corresponding locale. The unit is abbreviated
if abbreviated
is set to true.
Implementation
@override
String millisecond(int amount, [bool abbreviated = true]) {
return 'มิลลิวินาที';
}
Print amount
millisecond for the corresponding locale. The unit is abbreviated
if abbreviated
is set to true.
@override
String millisecond(int amount, [bool abbreviated = true]) {
return 'มิลลิวินาที';
}