PlatformInfo constructor
const
PlatformInfo({})
Implementation
const PlatformInfo({
required this.isAndroid,
required this.isMacOS,
required this.isWindows,
required this.isFuchsia,
required this.isWeb,
required this.isIOS,
required this.isLinux,
});