PolicyAttribute constructor

PolicyAttribute({
  1. String? attributeName,
  2. String? attributeValue,
})

Implementation

PolicyAttribute({
  this.attributeName,
  this.attributeValue,
});