HealthSurveyConstants class

Defines the standard set of health survey questions. These questions are used consistently throughout the application for collecting health-related data.

Constructors

HealthSurveyConstants()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

questions List<HealthSurveyQuestion>
The list of questions used in the health survey. Each question includes type validation, units where applicable, and value constraints.
final

Constants

diastolicBP → const String
feeling → const String
fieldDiastolic → const String
fieldFeeling → const String
fieldHeartRate → const String
fieldNotes → const String
fieldSystolic → const String
fieldTimestamp → const String
heartRate → const String
notes → const String
systolicBP → const String
Question texts (for UI only).