hasNull property

bool hasNull

Implementation

bool get hasNull => js_util.getProperty(this, 'hasNull');
void hasNull=(bool newValue)

Implementation

set hasNull(bool newValue) {
  js_util.setProperty(this, 'hasNull', newValue);
}