LexoRankItemsStat class

Constructors

LexoRankItemsStat({required int maxRankLength, required double maxThreshold, required int exceedSize, required List<String> exceededItems, required double exceededPercent, required bool exceeded})
const

Properties

exceeded bool
final
exceededItems List<String>
final
exceededPercent double
final
exceedSize int
final
hashCode int
The hash code for this object.
no setterinherited
maxRankLength int
final
maxThreshold double
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.
override

Operators

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