setInt32 method

void setInt32(
  1. int value
)

Implementation

void setInt32(final int value) => setInt(value, ByteLength.i32);