// This class represents the state of the ContenedoresBloc /*import 'package:flutter_project/contenedores_event.dart'; class ContenedoresState { final Contenedor? currentContenedor; const ContenedoresState({this.currentContenedor}); }*/