s40 static method

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

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

Implementation

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