loading property Null safety
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;
Loading status of the asynchronous action.
If the action is currently being ran loading will be true. Otherwise, it will be false.
bool loading;