horario del profesional
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
part of 'service_bloc.dart';
|
||||
|
||||
abstract class ServiceState extends Equatable {
|
||||
const ServiceState();
|
||||
|
||||
@override
|
||||
List<Object> get props => [];
|
||||
}
|
||||
|
||||
class ServiceInitial extends ServiceState {}
|
||||
Reference in New Issue
Block a user