intListEncoder top-level property

CharMapStringEncoder intListEncoder
final

This is more specialized than intEncoder since it only allows lists. So it ends up taking less space.

Works on doubles as well, despite the name.

Implementation

final intListEncoder = CharMapStringEncoder(charMap: _INT_LIST_ENCODER_CHARS);