LookupAttribute constructor

LookupAttribute({
  1. required LookupAttributeKey attributeKey,
  2. required String attributeValue,
})

Implementation

LookupAttribute({
  required this.attributeKey,
  required this.attributeValue,
});