priority property

int? priority
final

The priority for the route. Routes are matched based on the specified value, where 0 is the highest priority.

Implementation

final int? priority;