b method

bool b(
  1. String key, [
  2. bool defaultValue = false
])

Shorthand for method boolean.

Implementation

bool b(String key, [bool defaultValue = false]) => boolean(key, defaultValue);