@override writeUInt32(int i) { checkUint32(i); _requireBytes( 4, () => bytes.setUint32((offset += 4) - 4, i, Endian.little), ); }