ref property

WatchableRef ref
latefinal

Access the Ref. This is a special ref that can watch other providers.

Implementation

late final WatchableRef ref = WatchableRefImpl(
  container: _originalRef!.container,
  rebuildable: this,
);