1part
of 'proposed_times_cubit.dart';
7 List<Object> get
props => [];
17 required this.failure,
22 final List<ProposedTimeEntity>
times;
static AppLocalizations of(BuildContext context)
override List< Object?> get props
const ProposedTimesState()
const ProposedTimesLoadedState({ required this.times, })
final List< ProposedTimeEntity > times
sealed class DocumentState extends Equatable failure
const ProposedTimesFailureState({ required this.failure, })