InputDeviceSettings constructor

InputDeviceSettings({
  1. String? id,
})

Implementation

InputDeviceSettings({
  this.id,
});