TimeInTransit class

Annotations

Constructors

TimeInTransit(int? percentile50, int? percentile75, int? percentile85, int? percentile90, int? percentile95, int? percentile97, int? percentile99)
TimeInTransit.fromJson(Map<String, dynamic> input)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
percentile50 int?
final
percentile75 int?
final
percentile85 int?
final
percentile90 int?
final
percentile95 int?
final
percentile97 int?
final
percentile99 int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bySmartRateAccuracy(SmartRateAccuracy accuracy) int?
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.
inherited

Operators

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