TransferringInputDeviceSummary constructor

TransferringInputDeviceSummary({
  1. String? id,
  2. String? message,
  3. String? targetCustomerId,
  4. InputDeviceTransferType? transferType,
})

Implementation

TransferringInputDeviceSummary({
  this.id,
  this.message,
  this.targetCustomerId,
  this.transferType,
});