FAQ.fromJson constructor

FAQ.fromJson(
  1. Map json
)

Implementation

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