lastValue property
T?
lastValue
final
The most recent successful value of type T, if any.
Implementation
final T? lastValue;
The most recent successful value of type T, if any.
final T? lastValue;