FitbitException class abstract

FitbitException is an abstract class defining an Exception that can be thrown by fitbitter.

Implemented types
Implementers

Constructors

FitbitException({String? message = '', FitbitExceptionType type = FitbitExceptionType.DEFAULT})
Default FitbitException constructor.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
The FitbitException method.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FitbitExceptionType
The type of the FitbitException.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns the string representation of this object.
override

Operators

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