enum IsolateEvent { ready, exit } class IsoMessege { late String type; late Object? data; IsoMessege(this.type, {this.data}); }