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