path property

Implementation

@override
String get path {
  assert(parse.configuration != null);
  return '${parse.configuration!.uri.path}/$type/$method';
}