toBigInt method

BigInt toBigInt()

Implementation

BigInt toBigInt() =>
    (_d3.toBigInt() << 192) |
    (_d2.toBigInt() << 128) |
    (_d1.toBigInt() << 64) |
    _d0.toBigInt();