memberSymbolMap property

Map<Symbol, String>? memberSymbolMap

This mapping translates symbols to strings for the covered members. It will be initialized in the generated code.

Implementation

Map<Symbol, String>? get memberSymbolMap;