error property Null safety
read / write
Error status of the asynchronous action.
If the action threw exception, that exception will be stored in error. Otherwise, it will be null.
Implementation
dynamic error;
Error status of the asynchronous action.
If the action threw exception, that exception will be stored in error. Otherwise, it will be null.
dynamic error;