future property
Future<T>
get
future
A future that completes with the final parsed value of this property.
Use this when you need the complete value and don't need to react to partial chunks.
Implementation
Future<T> get future => _future;