import 'package:meta/meta.dart';

@immutable
abstract class EmptyPageEvent {}

class EmptyPageInitEvent extends EmptyPageEvent{}