i24 static method

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

IntegerLayout (little-endian unsigned int layouts) spanning three bytes.

Implementation

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