fromInt static method

I64 fromInt(
  1. int value
)

Create I64 from int

Implementation

static I64 fromInt(int value) => impl.int64FromIntImpl(value);