i48 static method

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

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

Implementation

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