loading property

bool loading
getter/setter pair

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;