data property

Future<T?> data

Mirrors to TaskResult.data.

Implementation

Future<T?> get data => then((r) => r.data);