TargetPlatformInfo constructor
const
TargetPlatformInfo({})
Creates a TargetPlatformInfo with the given flags.
Implementation
const TargetPlatformInfo({
required this.isAndroid,
required this.isFuchsia,
required this.isIOS,
required this.isLinux,
required this.isMacOS,
required this.isWindows,
});