CustomVocabulary constructor
CustomVocabulary(
- Uri vocabulary,
- Map<
String, CustomKeyword> keywordImplementations
Implementation
CustomVocabulary(this.vocabulary, this.keywordImplementations);