deviceModel property
- @Deprecated('Use hardwareSpecifications instead.')
The device model
Provides metadata about the hardware used for the recording.
Implementation
@Deprecated('Use hardwareSpecifications instead.')
String get deviceModel =>
hardwareSpecifications[HardwareSpecification.deviceModel] ?? '';
- @Deprecated('Use hardwareSpecifications instead.')
The device model
Provides metadata about the hardware used for the recording.
Implementation
@Deprecated('Use hardwareSpecifications instead.')
set deviceModel(String model) =>
hardwareSpecifications[HardwareSpecification.deviceModel] = model;