StatisticsRequest class

StatisticsRequest is a class that implement the data model of the request body of a statistics request to Dexcom API.

Constructors

StatisticsRequest({required List<TargetRange> targetRanges})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetRanges List<TargetRange>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

checkValidity(List<TargetRange> targetRanges) bool
A method that checks the validity of the StatisticsRequest for the given targetRanges.