getBool method

bool getBool(
  1. int value
)

Implementation

bool getBool(int value) {
  return value == 1;
}