isBof method

bool isBof(
  1. IStatus status
)

Implementation

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