ExpandedField constructor

ExpandedField({
  1. String? id,
  2. String? createTime,
  3. String? fieldName,
  4. String? fieldCode,
  5. num? fieldClass,
  6. num? fieldType,
  7. String? fieldGroup,
  8. String? dicId,
  9. String? dicCode,
  10. String? fieldClassEnum,
  11. num? required,
})

Implementation

ExpandedField({
  this.id,
  this.createTime,
  this.fieldName,
  this.fieldCode,
  this.fieldClass,
  this.fieldType,
  this.fieldGroup,
  this.dicId,
  this.dicCode,
  this.fieldClassEnum,
  this.required,
});