homeScreenEventFileContent constant
String
const homeScreenEventFileContent
Implementation
static const String homeScreenEventFileContent = """part of 'home_screen_bloc.dart';
sealed class HomeScreenEvent {
const HomeScreenEvent();
}""";