DeviceFeature constructor

DeviceFeature({
  1. String? featureName,
  2. int? featureVersion,
})

Implementation

DeviceFeature({this.featureName, this.featureVersion});