writeIntList abstract method

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

Write a list of integers.

Implementation

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