FAQ.fromJson constructor
- Map json
Implementation
FAQ.fromJson(Map json)
: id = json['id'],
question = json['question'],
answer = json['answer'];
FAQ.fromJson(Map json)
: id = json['id'],
question = json['question'],
answer = json['answer'];