isEof method

bool isEof(
  1. IStatus status
)

Implementation

bool isEof(IStatus status) {
  final res = _isEof(self, status.self) != 0;
  status.checkStatus();
  return res;
}