IsolateFunction constructor

IsolateFunction(
  1. Function func
)

Implementation

IsolateFunction(Function func) : this._new(_DartFunction(func));