u64be static method

BigIntLayout u64be({
  1. String? property,
})

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

Implementation

static BigIntLayout u64be({String? property}) =>
    BigIntLayout(8, property: property, order: Endian.big);