manual property
If true, the request will not be run automatically when the widget is built.
You need to call run()
manually.
Implementation
final bool manual;
If true, the request will not be run automatically when the widget is built.
You need to call run()
manually.
final bool manual;