part of 'dl_form_cubit.dart'; class DlFormState extends Equatable { const DlFormState({ this.url = '', this.format = Format.mp4, this.videos = const [], this.isParsed = false, this.extractor = '', }); final String url; final Format format; final bool isParsed; final List