AttributeNameAndValue constructor
AttributeNameAndValue({
- required String attributeName,
- required TypedAttributeValue value,
Implementation
AttributeNameAndValue({
required this.attributeName,
required this.value,
});