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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited