OSPolicyResourcePackageResourceMSI constructor

OSPolicyResourcePackageResourceMSI({
  1. List<String>? properties,
  2. OSPolicyResourceFile? source,
})

Implementation

OSPolicyResourcePackageResourceMSI({
  this.properties,
  this.source,
});