writeMap abstract method

void writeMap(
  1. Map map, {
  2. bool writeLength = true,
})

Write a map.

Implementation

void writeMap(Map map, {bool writeLength = true});