ClientConfig constructor

const ClientConfig({
  1. String path = 'client',
  2. String flutterSdkVersion = '',
  3. String? flutterSdkPathWindows,
  4. String? flutterSdkPathMacos,
  5. String? flutterSdkPathLinux,
})

Implementation

const ClientConfig({
  this.path = 'client',
  this.flutterSdkVersion = '',
  this.flutterSdkPathWindows,
  this.flutterSdkPathMacos,
  this.flutterSdkPathLinux,
});