Attributes constructor
Attributes({
- String? id,
- String? name,
- String? label,
- String? min,
- String? max,
- String? fieldType,
- String? fieldSubType,
- String? classNames,
- bool? mandatory,
- String? fieldMappingKey,
- List<
ValueList> ? valueList, - String? placeHolder,
- bool? fetchRemote,
- int? renderOrder,
- bool? formatAmount,
- Configs? configs,
- bool? unique,
- bool? isAmount,
- bool? isAmountPrepopulate,
- bool? isAmountModifiable,
- bool? excessAllowed,
- String? validationRegex,
- String? defaultValue,
- String? currency,
Implementation
Attributes(
{this.id,
this.name,
this.label,
this.min,
this.max,
this.fieldType,
this.fieldSubType,
this.classNames,
this.mandatory,
this.fieldMappingKey,
this.valueList,
this.placeHolder,
this.fetchRemote,
this.renderOrder,
this.hidden,
this.formatAmount,
this.configs,
this.unique,
this.isAmount,
this.isAmountPrepopulate,
this.isAmountModifiable,
this.excessAllowed,
this.validationRegex,
this.defaultValue,
this.currency});