Attribute constructor
Attribute({})
Implementation
Attribute(
{this.id,
this.label,
this.min,
this.max,
this.fieldName,
this.fieldSubType,
this.mandatory,
this.fetchRemote,
this.hidden,
this.formatAmount,
this.unique,
this.isAmount,
this.isAmountPrepopulate,
this.isAmountModifiable,
this.excessAllowed});