toInt static method

int toInt(
  1. I64 value
)

Convert I64 to int

Implementation

static int toInt(I64 value) => impl.toIntImpl(value);