WasmI32.fromInt constructor Null safety

WasmI32.fromInt(
  1. int value
)

Implementation

external factory WasmI32.fromInt(int value);