u48be static method

IntegerLayout u48be([
  1. String? property
])

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

Implementation

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