8 lines
242 B
Dart
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});
|
|
}*/ |