milSec property

Duration get milSec

Short-hand for miliseconds

Implementation

Duration get milSec {
  return Duration(milliseconds: this);
}