MmAttachDeviceIdRequest constructor
MmAttachDeviceIdRequest({
- required String deviceId,
Returns a new MmAttachDeviceIdRequest instance.
Implementation
MmAttachDeviceIdRequest({
required this.deviceId,
});