kInt32ByteSize top-level constant

int const kInt32ByteSize

Size of int32 in bytes (avoids dart:ffi dependency for web compatibility).

Implementation

const int kInt32ByteSize = 4;