menu
feggy_exception package
documentation
imports_bindings.dart
UnrecognizedKeysException
UnrecognizedKeysException constructor
UnrecognizedKeysException constructor
dark_mode
light_mode
UnrecognizedKeysException
constructor
UnrecognizedKeysException
(
List
<
String
>
unrecognizedKeys
,
Map
map
,
List
<
String
>
allowedKeys
)
Implementation
UnrecognizedKeysException(this.unrecognizedKeys, Map map, this.allowedKeys) : super._(map);
feggy_exception package
documentation
imports_bindings
UnrecognizedKeysException
UnrecognizedKeysException constructor
UnrecognizedKeysException class