menu
nice2dev_flutter_ui package
documentation
tools/nice_view_engine.dart
NiceViewRegistry
isRegistered method
isRegistered method
dark_mode
light_mode
isRegistered
method
bool
isRegistered
(
String
typeKey
)
Check if a type is registered.
Implementation
bool isRegistered(String typeKey) => _builders.containsKey(typeKey);
nice2dev_flutter_ui package
documentation
tools/nice_view_engine
NiceViewRegistry
isRegistered method
NiceViewRegistry class