Observation class abstract

Inheritance
Implementers

Constructors

Observation(String type)
Observation.fromJson(Map<String, dynamic> data)
factory
Observation.withId(String type)

Properties

getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
getter/setter pairinherited
id String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule Schedule
getter/setter pairinherited
title String?
getter/setter pairinherited
type String
getter/setter pairinherited

Methods

extractPropertyResults<T>(String property, List<SubjectProgress> sourceResults) Map<DateTime, T>
inherited
getAvailableProperties() Map<String, Type>
inherited
getHumanReadablePropertyName(String property) String?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

taskTypes Map<String, ObservationTaskParser>
getter/setter pair