manual property

bool manual
final

If true, the request will not be run automatically when the widget is built. You need to call run() manually.

Implementation

final bool manual;