SpikeDataReflectiveModel<TEntry extends SpikeEntry> class

Constructors

SpikeDataReflectiveModel.fromObject(dynamic object, {required TEntry entryConverter(dynamic), required SpikeDataType<SpikeData<SpikeEntry>> type})
factory

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
toString() String
A string representation of this object.
inherited

Operators

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