s24 static method
IntegerLayout (little-endian signed int layouts) spanning three bytes.
Implementation
static IntegerLayout s24([String? property]) =>
IntegerLayout(3, property: property, sign: true);
IntegerLayout (little-endian signed int layouts) spanning three bytes.
static IntegerLayout s24([String? property]) =>
IntegerLayout(3, property: property, sign: true);