setBoolean method Null safety

void setBoolean(
  1. bool value,
  2. {required int at}
)

Sets a bool at the given index.

Throws a RangeError if the index is ouf of range.

Implementation

// ignore: avoid_positional_boolean_parameters
void setBoolean(bool value, {required int at});