CustomVocabulary constructor

CustomVocabulary(
  1. Uri vocabulary,
  2. Map<String, CustomKeyword> keywordImplementations
)

Implementation

CustomVocabulary(this.vocabulary, this.keywordImplementations);