watchData method

T? watchData()

Watches and returns the data reactively.

Implementation

T? watchData() => _data.watch();