parseBool method

bool parseBool()

Implementation

bool parseBool() {
  return int.tryParse(this) == 1;
}