PulseResult class
Represents the outcome of attempting to start a workout session. This class provides details about the session's initialization, including any workout features that might not be supported by the device.
Constructors
-
PulseResult.generate(Map<
String, dynamic> ? result) -
Constructs a PulseResult from a map representation of the result.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
unsupportedWorkoutTypes
→ List<
PulseWorkoutType> -
A list of workout features that are unsupported by the device.
final
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