getType property
DeviceType
get
getType
Implementation
DeviceType get getType => DeviceType.values.firstWhere((element) => element.parameter == deviceParameterType);
DeviceType get getType => DeviceType.values.firstWhere((element) => element.parameter == deviceParameterType);