ListInputDevicesResponse constructor
ListInputDevicesResponse({
- List<
InputDeviceSummary> ? inputDevices, - String? nextToken,
Implementation
ListInputDevicesResponse({
this.inputDevices,
this.nextToken,
});