isNullable method

bool isNullable(
  1. IStatus status,
  2. int index
)

Implementation

bool isNullable(IStatus status, int index) {
  final res = _isNullable(self, status.self, index);
  status.checkStatus();
  return res != 0;
}