u32be static method
IntegerLayout (big-endian unsigned int layouts) spanning four bytes.
Implementation
static IntegerLayout u32be([String? property]) =>
IntegerLayout(4, property: property, order: Endian.big);
IntegerLayout (big-endian unsigned int layouts) spanning four bytes.
static IntegerLayout u32be([String? property]) =>
IntegerLayout(4, property: property, order: Endian.big);