data property

Ref<T?> data
final

The fetched data. It is a Ref so you can watch it for changes.

Implementation

final Ref<T?> data;