event.dart 65 Bytes Edit Raw Blame History 1 2 3 abstract class HomeEvent {} class InitEvent extends HomeEvent {}