path property

  1. @override
String path
override

The requested path.

Implementation

@override
String get path {
  return _path ?? '';
}