DeviceSpec constructor

DeviceSpec({
  1. int? screenDensity,
  2. List<String>? supportedAbis,
  3. List<String>? supportedLocales,
})

Implementation

DeviceSpec({
  this.screenDensity,
  this.supportedAbis,
  this.supportedLocales,
});