RecordingSummary class

Annotations
  • @JsonSerializable()

Constructors

RecordingSummary({required DateTime? dataFrom, required DateTime? dataUntil, required int numberRecordings})
RecordingSummary.fromJson(Map<String, dynamic> json)
factory

Properties

dataFrom DateTime?
The current replay configuration parameters.
final
dataUntil DateTime?
The earliest point in time where there is recorded data on the device.
final
hashCode int
The hash code for this object.
no setterinherited
numberRecordings int
The most recent point in time where there is recorded data on the device.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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