menu
flame package
documentation
components.dart
ComponentSet
isRegistered<C> method
isRegistered<C> method
dark_mode
light_mode
isRegistered<
C
>
method
bool
isRegistered
<
C
>(
)
inherited
Whether type
C
is registered as a cache
Implementation
bool isRegistered<C>() => _cache.containsKey(C);
flame package
documentation
components
ComponentSet
isRegistered<C> method
ComponentSet class