getBool method

bool? getBool(
  1. Object key
)

Implementation

bool? getBool(Object key) {
  return prefer.getBool(key.stringKey);
}