s48 static method

IntegerLayout s48([
  1. String? property
])

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

Implementation

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