writeMapImpl method
Map write implementation method. If the map cannot be fully encoded no encoding occurs, ie false is returned.
Implementation
@Deprecated('This will be removed - use a Map Builder')
bool writeMapImpl(Map<dynamic, dynamic> value, [bool indefinite = false, int? length]) => _writeMapImpl(value, indefinite, length);