textTranslations property

  1. @TagNumber(5)
PbMap<String, FFTextTranslation> get textTranslations

@doc Map from translation key to translation.

Implementation

@$pb.TagNumber(5)
$pb.PbMap<$core.String, FFTextTranslation> get textTranslations =>
    $_getMap(4);