writeCount property

int get writeCount

Number of write() calls made.

Implementation

int get writeCount => _writes.length;