TransferringInputDeviceSummary constructor
TransferringInputDeviceSummary({
- String? id,
- String? message,
- String? targetCustomerId,
- InputDeviceTransferType? transferType,
Implementation
TransferringInputDeviceSummary({
this.id,
this.message,
this.targetCustomerId,
this.transferType,
});