DistanceMatrixModel class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, createToJson: false)

Constructors

DistanceMatrixModel({required List<String> destinationAddresses, required List<String> originAddresses, required List<RowDistanceMatrixModel> rows, required String status})
const
DistanceMatrixModel.fromJson(Map<String, dynamic> json)
factory

Properties

destinationAddresses List<String>
final
hashCode int
The hash code for this object.
no setterinherited
originAddresses List<String>
final
rows List<RowDistanceMatrixModel>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final

Methods

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

Operators

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