getBool method

bool getBool()

Implementation

bool getBool() => value == 1 ? true : false;