IrnProfile class

Irregular Rhythm Notifications (IRN) Profile details.

The Irregular Rhythm Notifications (IRN) feature checks for signs of atrial fibrillation (AFib). The IrnProfile details include information about the user's onboarding status, enrollment status, and the last update time of analyzable data for this feature.

Constructors

IrnProfile({bool? enrollmentStatus, String? name, bool? onboardingStatus, String? updateTime})
IrnProfile.fromJson(Map json_)

Properties

enrollmentStatus bool?
Whether or not the user is currently enrolled in having their data processed for IRN alerts.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
onboardingStatus bool?
Whether or not the user has onboarded onto the IRN feature.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The timestamp of the last piece of analyzable data synced by the user.
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