TSDuration.fromInt constructor
TSDuration.fromInt(
- int microseconds
Implementation
factory TSDuration.fromInt(int microseconds) =>
TSDuration.fromMicroseconds(BigInt.from(microseconds));
factory TSDuration.fromInt(int microseconds) =>
TSDuration.fromMicroseconds(BigInt.from(microseconds));