s40be static method

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

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

Implementation

static IntegerLayout s40be({String? property}) =>
    IntegerLayout(5, property: property, sign: true, order: Endian.big);