DeviceCompatibilityRequirements constructor

DeviceCompatibilityRequirements({
  1. List<CompatibleScreen>? compatibleScreens,
  2. int? glEsVersion,
  3. bool? isScreenRequired,
  4. List<String>? nativePlatforms,
  5. List<String>? requiredSoftwareLibraries,
  6. List<String>? requiredSystemFeatures,
  7. String? requiresSmallestWidthDp,
  8. CatalogSdkVersion? sdkVersion,
  9. List<String>? supportedGlTextures,
  10. List<String>? supportedScreens,
  11. String? use32BitAbi,
  12. List<UsesConfiguration>? usesConfigurations,
})

Implementation

DeviceCompatibilityRequirements({
  this.compatibleScreens,
  this.glEsVersion,
  this.isScreenRequired,
  this.nativePlatforms,
  this.requiredSoftwareLibraries,
  this.requiredSystemFeatures,
  this.requiresSmallestWidthDp,
  this.sdkVersion,
  this.supportedGlTextures,
  this.supportedScreens,
  this.use32BitAbi,
  this.usesConfigurations,
});