BPExporter class
Handles exporting blood pressure data from JSON files to a single CSV file.
This module is specifically focused on BP data export functionality. It reads all JSON files from the BP directory, processes them, and combines them into a single CSV file sorted by timestamp.
Constructors
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 Methods
-
exportToCsv(
String savePath, String dirPath, BuildContext context) → Future< bool> - Process BP JSON files to CSV export.