ns64be static method
BigIntLayout (big-endian signed int layouts) interpreted as Numbers.
Implementation
static BigIntLayout ns64be([String? property]) =>
BigIntLayout(8, property: property, sign: true, order: Endian.big);
BigIntLayout (big-endian signed int layouts) interpreted as Numbers.
static BigIntLayout ns64be([String? property]) =>
BigIntLayout(8, property: property, sign: true, order: Endian.big);