i16 static method

IntegerLayout i16([
  1. String? property
])

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

Implementation

static IntegerLayout i16([String? property]) =>
    IntegerLayout(2, property: property, sign: true);