TranslationOptions constructor

const TranslationOptions({
  1. bool translateEqualToSource = false,
  2. bool overrideExistEntries = false,
  3. List<ARBItemKey>? keys,
  4. List<ARBItemKey>? ignoreKeys,
})

Implementation

const TranslationOptions({
  this.translateEqualToSource = false,
  this.overrideExistEntries = false,
  this.keys,
  this.ignoreKeys,
});