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

count int
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
window String
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.
override