FaqState copyWith({bool? isLoading, final List<Faq>? faqs}) => FaqState( isLoading: isLoading ?? false, faqs: faqs ?? this.faqs, );