us property

Short-hand for microseconds

Implementation

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