Statistic class
Constructors
-
Statistic.new({required DateTime start, required DateTime end, required int duration, required StatisticsType type, required num value, required Unit unit, required int? rowCount, required List<
String> ? recordIds}) -
Statistic.fromJson(Map<
String, dynamic> json) -
factory
Properties
- duration → int
-
final
- end → DateTime
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
recordIds
→ List<
String> ? -
final
- rowCount → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → DateTime
-
final
- type → StatisticsType
-
final
- unit → Unit
-
final
- value → num
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited