readCount property

int readCount
getter/setter pair

Number of distinct observables read during this context. Used to warn about builders that read nothing.

Número de observáveis distintos lidos durante este contexto. Usado para alertar sobre builders que não leem nada.

Implementation

int readCount = 0;