error property Null safety
retrieve error of dispatching if any. An error will be thrown when trying access this prop before dispatching
Implementation
Object? get error => dispatched ? dispatcher.error : null;
retrieve error of dispatching if any. An error will be thrown when trying access this prop before dispatching
Object? get error => dispatched ? dispatcher.error : null;