boolFromInt static method

bool boolFromInt(
  1. int i
)

Implementation

static bool boolFromInt(int i) => i == 1;