i32 static method

IntegerLayout i32({
  1. String? property,
})

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

Implementation

static IntegerLayout i32({String? property}) =>
    IntegerLayout(4, property: property, sign: true);