Attribute constructor
Attribute({})
Implementation
Attribute(
{this.id,
this.validationRegrex,
this.fieldName,
this.fieldType,
this.fieldSubType,
this.valueList,
this.label,
this.min,
this.max,
this.comment,
this.mandatory,
this.unique,
this.currency});