context property Null safety
Context object to pass to initSecondary, when initializing a secondary Isolate.
This object can be safely passed from one Isolate to another.
Implementation
Object get context => IsolateContext.instance;
Context object to pass to initSecondary, when initializing a secondary Isolate.
This object can be safely passed from one Isolate to another.
Object get context => IsolateContext.instance;