TransitTimeRow class

If there's only one dimension set of postal_code_group_names or transit_time_labels, there are multiple rows each with one value for that dimension.

If there are two dimensions, each row corresponds to a postal_code_group_names, and columns (values) to a transit_time_labels.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<TransitTimeValue>?
Transit time range (min-max) in business days.
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.
inherited

Operators

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