call method

  1. @override
T call()
override

Call operator for consistent access patterns

Implementation

@override
T call() {
  RxTracking.track(this);
  return value;
}