flushFailed property

int flushFailed

Implementation

int get flushFailed {
  final f = _failed.length;
  _failed.clear();
  return f;
}