toInt64 method

Int64 toInt64()

Implementation

Int64 toInt64() =>
    Int64.fromBytesBigEndian(leftPadBytes(bigIntToBytesUnsigned(this), 8));