FaqGroup constructor

FaqGroup({
  1. int? groupId,
  2. String? label,
})

Implementation

FaqGroup({this.groupId, this.label});