FitbitData class abstract

FitbitData is the abstract class implementing the data model of Fitbit generated data.

Implementers

Constructors

FitbitData()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson<T extends FitbitData>() → dynamic
Converts the value to a json.
toString() String
Returns the status of a FitbitData
override

Operators

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