$SasPortalCreateSignedDeviceRequest constructor

$SasPortalCreateSignedDeviceRequest({
  1. String? encodedDevice,
  2. String? installerId,
})

Implementation

$SasPortalCreateSignedDeviceRequest({
  this.encodedDevice,
  this.installerId,
});