MissingKeysException constructor

MissingKeysException(
  1. String locale,
  2. Set<String> missingKeys
)

Implementation

MissingKeysException(this.locale, this.missingKeys);