hasData property

bool get hasData

Implementation

bool get hasData {
  RxTracking.track(this);
  return value.hasData;
}