result property Null safety
retrieve action result after dispatching. An error will be thrown when trying access this prop before dispatching
Implementation
TResult? get result => dispatcher.result as TResult;
retrieve action result after dispatching. An error will be thrown when trying access this prop before dispatching
TResult? get result => dispatcher.result as TResult;