micSec property

Duration get micSec

Short-hand for microseconds

Implementation

Duration get micSec {
  return Duration(microseconds: this);
}