JSValue getClassProto(int classId, {bool autoDispose = true}) => JSValue.ptr( this, JS_GetClassProto(_ref, classId), autoDispose: autoDispose, );