isNull property
bool
get
isNull
Tests whether a JavaScript value's type is the null type.
Implementation
bool get isNull {
return type == JSType.kJSTypeNull;
// return JSValueIsNull(context.ref, _ref);
}