us property

Short-hand for microseconds

Implementation

Duration get us {
  final us = this.toInt();
  return Duration(microseconds: us);
}