ControllerType constructor

ControllerType({
  1. required int tokenIsolate,
  2. required IsolateType status,
})

Implementation

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