IsolateFunction constructor

IsolateFunction({
  1. List? params,
  2. Function? func,
})

Implementation

IsolateFunction({this.params, this.func});