i40 static method

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

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

Implementation

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