DistanceResponse constructor
DistanceResponse({})
Implementation
DistanceResponse({
super.status,
super.errorMessage,
this.originAddresses,
this.destinationAddresses,
this.rows,
});
DistanceResponse({
super.status,
super.errorMessage,
this.originAddresses,
this.destinationAddresses,
this.rows,
});