DexcomException class abstract

DexcomException is an abstract class defining an Exception that can be thrown by dexcom_flutter.

Implemented types
Implementers

Constructors

DexcomException({String message = '', DexcomExceptionType type = DexcomExceptionType.DEFAULT})
Default DexcomException constructor.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The DexcomException method.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DexcomExceptionType
The type of the DexcomException.
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