ms function

Duration ms(
  1. int milliseconds
)

Implementation

Duration ms(int milliseconds) => Duration(milliseconds: milliseconds);