readIntList abstract method

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

Read a list of integers with length.

If length is not provided, it is read first.

Implementation

List<int> readIntList([int? length]);