menu
dartify_plus package
documentation
dartify_plus.dart
TypeCasterRegistry
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clears all registered custom casters.
Implementation
void clear() { _casters.clear(); }
dartify_plus package
documentation
dartify_plus
TypeCasterRegistry
clear method
TypeCasterRegistry class