IHealthDataUrl class

https://api.ihealthlabs.com:8443/openapiv2/user/6f0e95409e***/bp.json/ ?client_id=&client_secret= &redirect_uri=https://www.witzuhealth.com &access_token=**** &page_index=2 &sc=** &sv=**

Data url for getting bp,hr,etc..

Inheritance

Constructors

IHealthDataUrl({required String sc, required String sv, int pageIndex = 1, required IHealthCredential? credential, required String redirectUrl, required String clientId, required String clientSecret})

Properties

clientId String
finalinherited
clientSecret String
finalinherited
credential IHealthCredential?
getter/setter pairinherited
getBpUrl String
get bp url
no setter
getHeartRateUrl String
get heartRate url
no setter
getWeightUrl String
get weight url
no setter
hashCode int
The hash code for this object.
no setterinherited
pageIndex int
pageIndex
final
redirectUrl String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sc String
sc for bp
final
sv String
sv for bp
final

Methods

copyWith({String? sc, String? sv, int? pageIndex, IHealthCredential? credential, String? redirectUrl, String? clientSecret, String? clientId}) IHealthDataUrl
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