lastValue property
T?
lastValue
final
The last value to which the Future completed or null if none.
NOTE: This records the last value completed by a Future that was held in the cell while the value completed. If a Future is replaced with another Future before it completes, the completed value is not recorded.
Implementation
final T? lastValue;