result property

T result
final

The actual result of the Future. If the Future doesn't return a value, you can ignore this property.

Implementation

final T result;