startTracking method

void startTracking()

Forces the tracker to track the ObservableList source, otherwise it will be tracked only on the first index access.

Implementation

void startTracking() {
  _initIfRequired();
}