ConfigurationException constructor Null safety
- Configuration configuration,
- String message,
- {List keyPath = const []}
Implementation
ConfigurationException(
this.configuration,
this.message, {
this.keyPath = const [],
});
ConfigurationException(
this.configuration,
this.message, {
this.keyPath = const [],
});