getBool abstract method

ConstBool? getBool(
  1. String key
)

Gets a boolean property by name.

@param key The property name @return The boolean value, or null if not found or not a boolean

Implementation

ConstBool? getBool(String key);