lastResult property

TResult? lastResult
getter/setter pair

The result of the last successful call to execute. This is especially handy to use as initialData of Flutter StreamBuilder

Implementation

TResult? lastResult;