FitbitBadRequestException class

FitbitBadRequestException is a class that implements the FitbitExceptionType.BAD_REQUEST exception.

Inheritance

Constructors

FitbitBadRequestException({FitbitExceptionType? type, String? message})
Default FitbitBadRequestException constructor.

Properties

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

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