shop_home_state.dart 123 Bytes Edit Raw Blame History 1 2 3 4 5 6 part of 'shop_home_bloc.dart'; @immutable abstract class ShopHomeState {} class ShopHomeInitial extends ShopHomeState {}