vocab property

AppVocab? vocab
final

The vocabulary configuration for define mode.

When using the .define() constructor, this field specifies the application vocabulary configuration. It is null for all other constructors.

Implementation

final AppVocab? vocab;