faqs property

List<FAQ>? faqs

Implementation

List<FAQ>? get faqs {
  return _faqs;
}