pgs_health_plugin
pgs_health_plugin
HealthData
HealthData constructor
HealthData
pgs_health_plugin
pgs_health_plugin
HealthData
HealthData constructor
HealthData class
Constructors
HealthData
fromJson
Properties
dateFrom
dateTo
source
userEntered
value
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
HealthData
constructor
HealthData
(
num
value
,
DateTime
dateFrom
,
DateTime
dateTo
,
String
source
,
bool
userEntered
)
Implementation
HealthData( this.value, this.dateFrom, this.dateTo, this.source, this.userEntered, );