readMap abstract method

Map readMap([
  1. int? length
])

Read a map with length entries.

If length is not provided, it is read first.

Implementation

Map readMap([int? length]);