hasNull property
bool
get
hasNull
Implementation
bool get hasNull => js_util.getProperty(this, 'hasNull');
set
hasNull
(bool newValue)
Implementation
set hasNull(bool newValue) {
js_util.setProperty(this, 'hasNull', newValue);
}