openCallCount property

int get openCallCount

Combined openLeft + openRight call count.

Implementation

int get openCallCount => _openLeft + _openRight;