u24be static method
IntegerLayout (big-endian unsigned int layouts) spanning three bytes.
Implementation
static IntegerLayout u24be({String? property}) =>
IntegerLayout(3, property: property, order: Endian.big);
IntegerLayout (big-endian unsigned int layouts) spanning three bytes.
static IntegerLayout u24be({String? property}) =>
IntegerLayout(3, property: property, order: Endian.big);