u40 static method

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

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

Implementation

static IntegerLayout u40({String? property}) =>
    IntegerLayout(5, property: property);