getBool method

bool getBool(
  1. String name
)

Implementation

bool getBool(String name) {
  return getInt(name) != 0;
}