length property

int get length

Implementation

int get length {
  RxTracking.track(this);
  return value.length;
}