UserSymptomsLogs class
Constructors
-
UserSymptomsLogs.new({String? meditationTime, String? sleepTime, String? waterValue, String? bodyTemperatureUnit, String? waterUnit, String? weightUnit, String? notes, String? weight, String? bodyTemperature, String? logDate, List<
SymptomsData> ? symptomData}) -
UserSymptomsLogs.fromJson(Map<
String, dynamic> json)
Properties
- bodyTemperature ↔ String?
-
getter/setter pair
- bodyTemperatureUnit ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logDate ↔ String?
-
getter/setter pair
- meditationTime ↔ String?
-
getter/setter pair
- notes ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sleepTime ↔ String?
-
getter/setter pair
-
symptomData
↔ List<
SymptomsData> ? -
getter/setter pair
- waterUnit ↔ String?
-
getter/setter pair
- waterValue ↔ String?
-
getter/setter pair
- weight ↔ String?
-
getter/setter pair
- weightUnit ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited