context property

Object context

Context object to pass to initSecondary, when initializing a secondary Isolate.

This object can be safely passed from one Isolate to another.

Implementation

static Object get context => IsolateContext.instance;