priority property
The priority for the route. Routes are matched based on the specified value, where 0 is the highest priority.
Implementation
final int? priority;
The priority for the route. Routes are matched based on the specified value, where 0 is the highest priority.
final int? priority;