ControllerType constructor
ControllerType({
- required int tokenIsolate,
- required IsolateType status,
Implementation
ControllerType({required this.tokenIsolate, required this.status});