ValuePreferencesParserException<T> constructor

ValuePreferencesParserException<T>(
  1. KeyPreferences<T> key,
  2. Type type, [
  3. ValuePreferencesParser<T>? valuePreferencesParser
])

Implementation

ValuePreferencesParserException(
  this.key,
  this.type, [
  this.valuePreferencesParser,
]);