MsixIdentity constructor
const
MsixIdentity({})
Implementation
const MsixIdentity({
required this.identityName,
required this.publisher,
required this.publisherDisplayName,
this.displayName,
});
const MsixIdentity({
required this.identityName,
required this.publisher,
required this.publisherDisplayName,
this.displayName,
});