FaqList.fromJson constructor

FaqList.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory FaqList.fromJson(Map<String, dynamic> json) => $FaqListFromJson(json);