DeviceCompatibilityRequirements constructor
DeviceCompatibilityRequirements({
- List<
CompatibleScreen> ? compatibleScreens, - int? glEsVersion,
- bool? isScreenRequired,
- List<
String> ? nativePlatforms, - List<
String> ? requiredSoftwareLibraries, - List<
String> ? requiredSystemFeatures, - String? requiresSmallestWidthDp,
- CatalogSdkVersion? sdkVersion,
- List<
String> ? supportedGlTextures, - List<
String> ? supportedScreens, - String? use32BitAbi,
- 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,
});