FrequencyWindow class
{ count, window } — at most count shows within one window. window is
one of session / day / week / month (kept as the raw wire string so
the golden matrix matches the other platforms exactly).
Constructors
- FrequencyWindow({required int count, required String window})
-
const
Properties
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.
override