import 'package:event_bus/event_bus.dart'; EventBus eventBus = EventBus(); class LoginEventBus { final bool isLogin; LoginEventBus(this.isLogin); }