GetActiveDeviceIDRequest constructor

GetActiveDeviceIDRequest({
  1. List<int>? hardwareId,
})

Implementation

factory GetActiveDeviceIDRequest({
  $core.List<$core.int>? hardwareId,
}) {
  final _result = create();
  if (hardwareId != null) {
    _result.hardwareId = hardwareId;
  }
  return _result;
}