map property

Map<String, String> map

Implementation

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