|
| const | FAQModel ({ super.active, super.answer, super.id, super.name, }) |
| factory FAQModel | fromJson (Map< String, dynamic > json) |
| Map< String, dynamic > | toJson () |
| const | FAQEntity ({ this.active, this.answer, this.id, this.name, }) |
Definition at line 3 of file faq_model.dart.
◆ FAQEntity()
| const FAQEntity::FAQEntity |
( |
{ this.active, this.answer, this.id, this.name, } | | ) |
|
|
private |
◆ FAQModel()
| const FAQEntity::FAQModel |
( |
{ super.active, super.answer, super.id, super.name, } | | ) |
|
|
private |
◆ fromJson()
| factory FAQModel FAQEntity::fromJson |
( |
Map< String, dynamic > | json | ) |
|
|
inlineprivate |
◆ toJson()
| Map< String, dynamic > FAQEntity::toJson |
( |
| ) |
|
|
inlineprivate |
◆ active
| final bool FAQEntity::active |
|
private |
◆ answer
| final String FAQEntity::answer |
|
private |
◆ id
◆ name
| final String FAQEntity::name |
|
private |
The documentation for this class was generated from the following files: