ComponentModel constructor
ComponentModel({})
Implementation
ComponentModel({
required this.type,
required this.key,
required this.label,
this.hideLabel = false,
this.placeholder,
required this.required,
this.disabled = false,
this.description,
this.prefix,
this.suffix,
this.defaultValue,
required this.raw,
});