u24be static method

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

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

Implementation

static IntegerLayout u24be({String? property}) =>
    IntegerLayout(3, property: property, order: Endian.big);