readBoolList abstract method

List<bool> readBoolList([
  1. int? length
])

Read a list of booleans with length.

If length is not provided, it is read first.

Implementation

List<bool> readBoolList([int? length]);