shouldLoadView property
bool
get
shouldLoadView
Check if the widget should be loaded.
Implementation
bool get shouldLoadView => (init is Future Function());
Check if the widget should be loaded.
bool get shouldLoadView => (init is Future Function());