setReadCount method

dynamic setReadCount(
  1. int value
)

Implementation

setReadCount(int value) {
  _readCount = value;
}