WordCounts class

Word totals grouped by tree region.

totalWords counts every document (manuscript + research + normal + trash); the region fields are subsets of it.

Constructors

WordCounts({int totalWords = 0, int manuscriptWords = 0, int researchWords = 0, int trashWords = 0})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
manuscriptWords int
final
researchWords int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalWords int
final
trashWords int
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

Constants

zero → const WordCounts