FFConditionModel constructor

FFConditionModel(
  1. String name,
  2. List<int> idList,
  3. List<String> contentList
)

Implementation

FFConditionModel(this.name, this.idList, this.contentList);