strictTranslationMode property

AFConfigurationItemTrueFalse strictTranslationMode
final

Implementation

static final strictTranslationMode = AFConfigurationItemTrueFalse(
  libraryId: AFUILibraryID.id,
  name: "strict-translation-mode",
  validContexts: AFConfigurationItem.validContextsAllButNew,
  ordinal: 270.0,
  help: "Set to true if you want afib to require all text to either have a translation, or be wrapped in notTranslated",
  defaultValue: false
);