u48 static method

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

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

Implementation

static IntegerLayout u48({String? property}) =>
    IntegerLayout(6, property: property);