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