TransitTable class

Transit time table, number of business days spent in transit based on row and column dimensions.

Either min_transit_days, max_transit_days or transit_time_table can be set, but not both.

Constructors

TransitTable.new({List<String>? postalCodeGroupNames, List<TransitTimeRow>? rows, List<String>? transitTimeLabels})
TransitTable.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
postalCodeGroupNames List<String>?
A list of region names Region.name .
getter/setter pair
rows List<TransitTimeRow>?
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.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitTimeLabels List<String>?
A list of transit time labels.
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