JSCFunctionListEntryProplist constructor
JSCFunctionListEntryProplist(
- int len,
- JSCFunctionListEntry _tab, {
- 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());
}