u16be static method
IntegerLayout (big-endian unsigned int layouts) spanning two bytes.
Implementation
static IntegerLayout u16be({String? property}) =>
IntegerLayout(2, property: property, order: Endian.big);
IntegerLayout (big-endian unsigned int layouts) spanning two bytes.
static IntegerLayout u16be({String? property}) =>
IntegerLayout(2, property: property, order: Endian.big);