deviceId property

  1. @JsonKey(name: 'deviceId')
String? deviceId
final

The camera ID. The maximum length is MaxDeviceIdLengthType. This parameter is for Windows and macOS only.

Implementation

@JsonKey(name: 'deviceId')
final String? deviceId;