SpikeData<TEntry extends SpikeEntry> class abstract

Implementers

Constructors

SpikeData.new({required String? userId, required String? startDate, required String? endDate, required String? dataTypeName, required String? collectedAt, required SpikeDataType<SpikeData<SpikeEntry>> type, required Iterable<SpikeSource>? sources, required Iterable<TEntry>? entries})
const

Properties

collectedAt String?
final
dataTypeName String?
final
endDate String?
final
entries Iterable<TEntry>?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources Iterable<SpikeSource>?
final
startDate String?
final
type SpikeDataType<SpikeData<SpikeEntry>>
final
userId String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toObject() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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