ReadabilityConfig class

Configuration class for readability algorithm Class and tag names should be lowercase characters

Constructors

ReadabilityConfig({List<String>? readableTags, List<String>? positiveClasses, List<String>? negativeClasses})
Constructor for the configuration class
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
negativeClasses List<String>
List of negative classes, where elements should have -25 points.
final
positiveClasses List<String>
List of positive classes, where elements should have +25 points.
final
readableTags List<String>
List of the readable tags which should be tested by the algorithm
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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