menu
flame_bloc package
documentation
flame_bloc.dart
FlameBlocReader<B extends BlocBase<S>, S>
hasChildren property
hasChildren property
dark_mode
light_mode
hasChildren
property
bool
get
hasChildren
inherited
Implementation
bool get hasChildren => _children?.isNotEmpty ?? false;
flame_bloc package
documentation
flame_bloc
FlameBlocReader<B extends BlocBase<S>, S>
hasChildren property
FlameBlocReader mixin