s48be static method
IntegerLayout (big-endian signed int layouts) spanning six bytes.
Implementation
static IntegerLayout s48be([String? property]) =>
IntegerLayout(6, property: property, sign: true, order: Endian.big);
IntegerLayout (big-endian signed int layouts) spanning six bytes.
static IntegerLayout s48be([String? property]) =>
IntegerLayout(6, property: property, sign: true, order: Endian.big);