part of 'budget_bloc.dart'; final class BudgetState extends Equatable { @override List get props => []; }