s16 static method

IntegerLayout s16({
  1. String? property,
})

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

Implementation

static IntegerLayout s16({String? property}) =>
    IntegerLayout(2, property: property, sign: true);