isNull method

bool isNull(
  1. int geomIndex
)

Implementation

bool isNull(int geomIndex) {
  return elt[geomIndex]!.isNull();
}