phraseSets property

  1. @TagNumber(1)
List<PhraseSet> phraseSets

A collection of phrase sets. To specify the hints inline, leave the phrase set's name blank and fill in the rest of its fields. Any phrase set can use any custom class.

Implementation

@$pb.TagNumber(1)
$core.List<PhraseSet> get phraseSets => $_getList(0);