getBool abstract method

bool? getBool(
  1. Object? value,
  2. bool? defaultValue
)

Implementation

bool?         getBool(Object? value, bool?     defaultValue);