Config class

Constructors

Config({bool simple = _defaultSimple, bool prefixedIdentifier = _defaultPrefixedIdentifier, bool interpolation = _defaultInterpolation, bool binary = _defaultBinary, bool adjacent = _defaultAdjacent, bool method = _defaultMethod, bool simpleIdentifier = _defaultSimpleIdentifier, bool property = _defaultProperty, bool function = _defaultFunction, ErrorSeverity severity = ErrorSeverity.ERROR})
Config.fromMap(Map<String, dynamic> map)
factory
Config.fromRules(Map<String, LintOptions> rules)
factory

Properties

adjacent bool
final
binary bool
final
function bool
final
hashCode int
The hash code for this object.
no setterinherited
interpolation bool
final
method bool
final
prefixedIdentifier bool
final
property bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity → ErrorSeverity
final
simple bool
final
simpleIdentifier bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited