data property

Rx<TData?> data
final

Result data (null if not successful yet)

Implementation

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