EventBusIsolate({ required this.onInit, Object? initalData, }) : super(false) { _init(initalData: initalData); }