WarnerEngine.WithEnabledWarnings constructor
- List<
WarningType> enabledWarnings
Creates a new instance of this class.
enabledWarningsThe list of warning types that should be monitored and processed by the engine. Only warnings of these types will be generated.
Throws InstantiationException. Indicates what went wrong when the instantiation was attempted.
Implementation
factory WarnerEngine.WithEnabledWarnings(List<WarningType> enabledWarnings) => $prototype.WithEnabledWarnings(enabledWarnings);