data property

T? get data

Implementation

T? get data {
  RxTracking.track(this);
  return value.data;
}