data property

Rx<T?> get data

The current data value - using Rx for consistent reactive behavior

Implementation

Rx<T?> get data => _data;