isUndefined property

bool get isUndefined

Implementation

bool get isUndefined {
  return js_bd.JSValueIsUndefined(_context.ref, _ref);
}