inNanosecondsAsBigInt property

BigInt inNanosecondsAsBigInt

Implementation

BigInt get inNanosecondsAsBigInt => BigInt.from(_milliseconds) * TimeConstants.nanosecondsPerMillisecondBigInt + BigInt.from(_nanosecondsInterval);