hardwareSpecifications property
getter/setter pair
The device hardware specifications
This map stores key-value pairs representing hardware-related metadata collected at the time of the recording. These details are useful for debugging, performance analysis, and device compatibility tracking. Keys are defined by the HardwareSpecification enum.
Implementation
late Map<HardwareSpecification, String> hardwareSpecifications;