getClassProto method

JSValue getClassProto(
  1. int classId, {
  2. bool autoDispose = true,
})

Implementation

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