readList abstract method

List readList([
  1. int? length
])

Read a list with length.

If length is not provided, it is read first.

Implementation

List readList([int? length]);