writeBoolList abstract method

void writeBoolList(
  1. List<bool> list, {
  2. bool writeLength = true,
})

Write a list of booleans.

Implementation

void writeBoolList(List<bool> list, {bool writeLength = true});