toMap method
Snapshot as an IndexMap. If K extends Enum, call .toJson() on the
result to serialise via EnumMapByName.
Implementation
@override
Map<K, V> toMap() => _init;
Snapshot as an IndexMap. If K extends Enum, call .toJson() on the
result to serialise via EnumMapByName.
@override
Map<K, V> toMap() => _init;