Attribute constructor
Attribute({
- String? id,
- String? label,
- String? min,
- String? max,
- String? fieldName,
- String? fieldType,
- String? fieldSubType,
- bool? mandatory,
- bool? fetchRemote,
- bool? formatAmount,
- Configs? configs,
- bool? unique,
- bool? disable,
- bool? isAmount,
- bool? isAmountPrepopulate,
- bool? isAmountModifiable,
- bool? excessAllowed,
Implementation
Attribute({
this.id,
this.label,
this.min,
this.max,
this.fieldName,
this.fieldType,
this.fieldSubType,
this.mandatory,
this.fetchRemote,
this.hidden,
this.formatAmount,
this.configs,
this.unique,
this.disable,
this.isAmount,
this.isAmountPrepopulate,
this.isAmountModifiable,
this.excessAllowed,
});