ConfigModel constructor
ConfigModel({
- ErrorSeverity? simple,
- ErrorSeverity? prefixedIdentifier,
- ErrorSeverity? interpolation,
- ErrorSeverity? binary,
- ErrorSeverity? adjacent,
- ErrorSeverity? method,
- ErrorSeverity? simpleIdentifier,
- ErrorSeverity? function,
Creates a ConfigModel with individual severity settings for each expression type.
Implementation
ConfigModel({
this.simple,
this.prefixedIdentifier,
this.interpolation,
this.binary,
this.adjacent,
this.method,
this.simpleIdentifier,
this.function,
});