ListRoutesOutput constructor

ListRoutesOutput({
  1. required List<RouteRef> routes,
  2. String? nextToken,
})

Implementation

ListRoutesOutput({
  required this.routes,
  this.nextToken,
});