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