b method

bool b(
  1. int index, [
  2. bool defaultValue = false
])

Shorthand for method boolean.

Implementation

bool b(int index, [bool defaultValue = false]) =>
    boolean(index, defaultValue);