IsolateFunction constructor
IsolateFunction(
- Function func
Implementation
IsolateFunction(Function func) : this._new(_DartFunction(func));
IsolateFunction(Function func) : this._new(_DartFunction(func));