future property

SwiftFuture<List<T>> get future

Current future state

Implementation

SwiftFuture<List<T>> get future => _future;