menu
mhu_dart_commons package
documentation
commons.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);
mhu_dart_commons package
documentation
commons
UnrecognizedKeysException
UnrecognizedKeysException constructor
UnrecognizedKeysException class