LookupAttribute constructor
LookupAttribute({
- required LookupAttributeKey attributeKey,
- required String attributeValue,
Implementation
LookupAttribute({
required this.attributeKey,
required this.attributeValue,
});