JSCFunctionListEntryProplist constructor

JSCFunctionListEntryProplist(
  1. int len,
  2. JSCFunctionListEntry _tab, {
  3. bool autoDispose = true,
})

Implementation

JSCFunctionListEntryProplist(this.len, this._tab, {bool autoDispose = true})
  : _ref =
        calloc.call(sizeOf<JSCFuntionListEntryProplist_>())
          ..ref.len = len
          ..ref.tab = _tab.ref {
  attach(calloc.nativeFree, _ref.cast());
}