PixaRuntimePlatformSelfCheck constructor
const
PixaRuntimePlatformSelfCheck({})
Creates a platform self-check report.
Implementation
const PixaRuntimePlatformSelfCheck({
required this.platform,
required this.isWeb,
required this.isSupportedPlatform,
required this.passed,
required this.checks,
});