s32 static method

IntegerLayout s32([
  1. String? property
])

IntegerLayout (little-endian signed int layouts) spanning four bytes.

Implementation

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