MenstrualCycleDbHelper class

Properties

database Future<Database?>
get database instance
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDailyLogs(String userId) Future<List<UserSymptomsLogData>>
get daily logs based on userID
getSymptoms() Future<List<Symptoms>>
get all symptoms list
insertDailyLog(Map<String, dynamic> data, String logDate, String userId) Future<int>
insert daily logs report based on userId and log date
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MenstrualCycleDbHelper
final