u40be static method

IntegerLayout u40be([
  1. String? property
])

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

Implementation

static IntegerLayout u40be([String? property]) =>
    IntegerLayout(5, property: property, order: Endian.big);