HealthException class

Custom Exception for the plugin. Used when a Health Data Type is requested, but not available on the current platform.

Implemented types

Constructors

HealthException(dynamic dataType, String cause)

Properties

cause String
Cause of the exception.
getter/setter pair
dataType ↔ dynamic
Data Type that was requested.
getter/setter pair
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.
override

Operators

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