entryCount property

int get entryCount

Implementation

int get entryCount => _entryCount;
set entryCount (int value)

Implementation

set entryCount(int value) {
  _entryCount = value;
}