u16 static method

IntegerLayout u16([
  1. String? property
])

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

Implementation

static IntegerLayout u16([String? property]) =>
    IntegerLayout(2, property: property);