PixaRuntimePlatformStatus constructor
const
PixaRuntimePlatformStatus({})
Creates a platform status snapshot.
Implementation
const PixaRuntimePlatformStatus({
required this.platform,
required this.isWeb,
required this.isSupportedPlatform,
required this.runtimeAvailable,
required this.message,
this.contract,
});