getBool function

bool? getBool(
  1. String key
)

Implementation

bool? getBool(String key) => _instance.getBool(key);