isAnyNull method

bool isAnyNull(
  1. int geomIndex
)

Implementation

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