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