PiClientActivityOverTime class

Requests over time, per client.

Annotations
  • @freezed

Constructors

PiClientActivityOverTime({required List<PiClientName> clients, required Map<DateTime, List<int>> activity})
factory

Properties

activity Map<DateTime, List<int>>
Activity per time interval.
no setterinherited
byClient Map<PiClientName, List<int>>
latefinal
clients List<PiClientName>
All clients found in time period.
no setterinherited
copyWith → $PiClientActivityOverTimeCopyWith<PiClientActivityOverTime>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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