s24 static method

IntegerLayout s24([
  1. String? property
])

IntegerLayout (little-endian signed int layouts) spanning three bytes.

Implementation

static IntegerLayout s24([String? property]) =>
    IntegerLayout(3, property: property, sign: true);