ns64 static method

BigIntLayout ns64([
  1. String? property
])

BigIntLayout (little-endian signed int layouts) interpreted as Numbers.

Implementation

static BigIntLayout ns64([String? property]) =>
    BigIntLayout(8, property: property, sign: true);