Files
app_notificaciones_ador/lib/contenedores_state.dart
2024-04-29 11:17:27 +02:00

8 lines
242 B
Dart

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