ControllerType constructor

ControllerType({
  1. required int tokenIsolate,
  2. required IsolateType status,
  3. int tokenDownload = 0,
})

Implementation

ControllerType({
  required this.tokenIsolate,
  required this.status,
  this.tokenDownload = 0,
});