u24 static method

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

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

Implementation

static IntegerLayout u24({String? property}) =>
    IntegerLayout(3, property: property);