CustomInfo constructor

const CustomInfo(
  1. String name, {
  2. bool ignoreStderr = false,
  3. bool useStderr = false,
  4. Set<CustomInfoPlatforms> platforms = const {CustomInfoPlatforms.linux, CustomInfoPlatforms.macos, CustomInfoPlatforms.windows},
  5. String? platformDefaultValue,
})

Implementation

const CustomInfo(
  this.name, {
  this.ignoreStderr = false,
  this.useStderr = false,
  this.platforms = const {
    CustomInfoPlatforms.linux,
    CustomInfoPlatforms.macos,
    CustomInfoPlatforms.windows,
  },
  this.platformDefaultValue,
});