DescribeRouteOutput constructor

DescribeRouteOutput({
  1. RouteData? route,
})

Implementation

DescribeRouteOutput({
  this.route,
});