$SasPortalValidateInstallerRequest constructor

$SasPortalValidateInstallerRequest({
  1. String? encodedSecret,
  2. String? installerId,
  3. String? secret,
})

Implementation

$SasPortalValidateInstallerRequest({
  this.encodedSecret,
  this.installerId,
  this.secret,
});