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