FlutterSdkInfo constructor
const
FlutterSdkInfo({})
Implementation
const FlutterSdkInfo({
required this.executablePath,
required this.version,
required this.dartVersion,
required this.engineVersion,
required this.frameworkRevision,
required this.channel,
required this.isFvm,
required this.isProjectFvm,
});