FlutterSdkInfo constructor

const FlutterSdkInfo({
  1. required String executablePath,
  2. required String version,
  3. required String dartVersion,
  4. required String engineVersion,
  5. required String frameworkRevision,
  6. required String channel,
  7. required bool isFvm,
  8. required bool isProjectFvm,
})

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,
});