fromInt static method

bool fromInt(
  1. int value
)

Implementation

static bool fromInt(int value) {
  return value != 0;
}