OrderedRoute constructor

OrderedRoute({
  1. String? name,
  2. List<String>? naptanIds,
  3. String? serviceType,
})

Implementation

OrderedRoute({
  this.name,
  this.naptanIds,
  this.serviceType,
});