data property

Rx<T?> data
final

Current data (null if not loaded yet)

Implementation

final Rx<T?> data = Rx(null);