AccountAttribute constructor
AccountAttribute({
- String? attributeName,
- List<
AttributeValueTarget> ? attributeValues,
Implementation
AccountAttribute({
this.attributeName,
this.attributeValues,
});