ExportPolicy constructor

ExportPolicy({
  1. List<SimpleExportPolicyRule>? rules,
})

Implementation

ExportPolicy({
  this.rules,
});