Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
FAQEntity Class Reference

Private Member Functions

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, })

Private Attributes

final bool active
final String answer
final int id
final String name

Detailed Description

Definition at line 3 of file faq_model.dart.

Constructor & Destructor Documentation

◆ FAQEntity()

const FAQEntity::FAQEntity ( { this.active, this.answer, this.id, this.name, } )
private

Member Function Documentation

◆ FAQModel()

const FAQEntity::FAQModel ( { super.active, super.answer, super.id, super.name, } )
private
Here is the caller graph for this function:

◆ fromJson()

factory FAQModel FAQEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 12 of file faq_model.dart.

Here is the call graph for this function:

◆ toJson()

Map< String, dynamic > FAQEntity::toJson ( )
inlineprivate

Definition at line 22 of file faq_model.dart.

Member Data Documentation

◆ active

final bool FAQEntity::active
private

Definition at line 2 of file faq_entity.dart.

◆ answer

final String FAQEntity::answer
private

Definition at line 3 of file faq_entity.dart.

◆ id

final int FAQEntity::id
private

Definition at line 4 of file faq_entity.dart.

◆ name

final String FAQEntity::name
private

Definition at line 5 of file faq_entity.dart.


The documentation for this class was generated from the following files: