getBool method

bool? getBool(
  1. dynamic key
)

get bool

Implementation

bool? getBool(dynamic key) => getObject<bool>(key);