SensorConfigurationValue constructor

SensorConfigurationValue({
  1. required String key,
})

Implementation

SensorConfigurationValue({
  required this.key,
});