IARoute constructor

IARoute(
  1. List<IARoutingLeg> legs,
  2. String error
)

Implementation

IARoute(this.legs, this.error);