menu
server_driven_ui package
documentation
core/base_widget.dart
BaseWidget
hasChildren method
hasChildren method
dark_mode
light_mode
hasChildren
method
bool
hasChildren
(
)
Implementation
bool hasChildren() => children.isNotEmpty;
server_driven_ui package
documentation
core/base_widget
BaseWidget
hasChildren method
BaseWidget class