1import '../../domain/entities/faq_entity.dart';
12 factory
FAQModel.fromJson(Map<String, dynamic> json) {
Map< String, dynamic > toJson()
const FAQEntity({ this.active, this.answer, this.id, this.name, })
const FAQModel({ super.active, super.answer, super.id, super.name, })