StringStatistics class

Constructors

StringStatistics(int? charCount, int? wordCount, int? lineCount, int? emptyLineCount, int? nonEmptyLineCount, Map<String, int> charFrequencies, Map<String, int> wordFrequencies, Map<String, Set<Position>>? wordPositions)
const

Properties

charCount int?
final
charFrequencies Map<String, int>
final
emptyLineCount int?
final
hashCode int
The hash code for this object.
no setterinherited
lineCount int?
final
nonEmptyLineCount int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wordCount int?
final
wordFrequencies Map<String, int>
final
wordPositions Map<String, Set<Position>>?
final

Methods

combine(StringStatistics? stats) StringStatistics?
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