map property

Map<String, String> map

Implementation

Map<String, String> get map =>
    {for (final t in transliterations) t.sourceText: t.text};