UsernameVariableMetadata constructor
UsernameVariableMetadata({})
Implementation
UsernameVariableMetadata(
{this.id,
this.fieldKey,
this.fieldType,
this.parentFieldKey,
this.fieldGroupType,
this.isUnique,
this.isUsername,
this.isPassword,
this.isMatchEnabled,
this.localeText,
this.attribute,
this.validation,
// this.innerFields
});