PolicyParameter constructor

PolicyParameter({
  1. String? key,
  2. List<ParameterMapEntry>? mapEntries,
  3. List<String>? values,
})

Implementation

PolicyParameter({
  this.key,
  this.mapEntries,
  this.values,
});