SpikeData<TEntry extends SpikeEntry> class
abstract
Constructors
-
SpikeData.new({required String? userId, required String? startDate, required String? endDate, required String? dataTypeName, required String? collectedAt, required SpikeDataType<
SpikeData< type, required Iterable<SpikeEntry> >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