PasswordVariableMetadata constructor

PasswordVariableMetadata({
  1. String? id,
  2. String? fieldKey,
  3. String? fieldType,
  4. String? parentFieldKey,
  5. String? fieldGroupType,
  6. String? matchFieldKey,
  7. bool? isUnique,
  8. bool? isUsername,
  9. bool? isPassword,
  10. bool? isMatchEnabled,
  11. LocaleText? localeText,
  12. Attribute? attribute,
})

Implementation

PasswordVariableMetadata(
    {this.id,
      this.fieldKey,
      this.fieldType,
      this.parentFieldKey,
      this.fieldGroupType,
      this.matchFieldKey,
      this.isUnique,
      this.isUsername,
      this.isPassword,
      this.isMatchEnabled,
      this.localeText,
      this.attribute,
      // this.innerFields
    });