nu64be static method

BigIntLayout nu64be([
  1. String? property
])

BigIntLayout (big-endian unsigned int layouts) interpreted as Numbers.

Implementation

static BigIntLayout nu64be([String? property]) =>
    BigIntLayout(8, property: property, order: Endian.big);