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