$_getB method

bool $_getB(
  1. int index,
  2. bool defaultValue
)
inherited

For generated code only.

Implementation

bool $_getB(int index, bool defaultValue) =>
    _fieldSet._$getB(index, defaultValue);