isNull property

bool isNull

Implementation

bool get isNull {
  return js_bd.JSValueIsNull(_context.ref, _ref);
}