QUFormContent constructor

QUFormContent(
  1. List<QUFormSettingListModel> list, {
  2. Key? key,
  3. String bindModel = '',
  4. QUFormConfigModel? config,
})

Implementation

QUFormContent(
  this.list, {
  Key? key,
  this.bindModel = '',
  this.config,
}) : super(key: key);