RecordingSummary class Null safety

Annotations

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.
read-onlyinherited
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.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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