loading property Null safety

bool loading
read / write

Loading status of the asynchronous action.

If the action is currently being ran loading will be true. Otherwise, it will be false.

Implementation

bool loading;