AccountAttribute constructor

AccountAttribute({
  1. String? attributeName,
  2. List<AttributeValueTarget>? attributeValues,
})

Implementation

AccountAttribute({
  this.attributeName,
  this.attributeValues,
});