Oscillator.ms constructor

Oscillator.ms(
  1. int ms
)

Implementation

Oscillator.ms(int ms) : duration = Duration(milliseconds: ms);