ScanModel class

Constructors

ScanModel({String? bloodPressure, String? heartRate, String? breathingRate, String? hrvsdnn, String? parasympatheticactivity, String? cardiacworkload, String? stressindex, String? bmicategory, String? bmi, String? vascularage})
ScanModel.fromJson(Map<String, dynamic> json)
factory

Properties

bloodPressure String?
getter/setter pair
bmi String?
getter/setter pair
bmicategory String?
getter/setter pair
breathingRate String?
getter/setter pair
cardiacworkload String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heartRate String?
getter/setter pair
hrvsdnn String?
getter/setter pair
parasympatheticactivity String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stressindex String?
getter/setter pair
vascularage 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