sortIndex property
int
get
sortIndex
Implementation
int get sortIndex => fragments.isEmpty ? 1 : (fragments.last is VariablePathMatcherFragment ? 1 : -1);
int get sortIndex => fragments.isEmpty ? 1 : (fragments.last is VariablePathMatcherFragment ? 1 : -1);