s48be static method

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

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

Implementation

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