s24be static method

IntegerLayout s24be([
  1. String? property
])

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

Implementation

static IntegerLayout s24be([String? property]) =>
    IntegerLayout(3, property: property, sign: true, order: Endian.big);