StepperModel constructor

StepperModel({
  1. String? label,
  2. List<FormFieldModel>? fields,
  3. String? id,
  4. Map<String, dynamic>? props,
})

Implementation

StepperModel({this.label, this.fields, this.id, this.props});