watchLength method

int watchLength()

watchLength method.

Implementation

int watchLength() {
  return (_lengthObservable ??= select((list) => list.length)).watch();
}