path property

  1. @override
String path
override

The suffix path to be handled.

The path should start and end with a "/" and it shouldn't collide with a real web path.

Implementation

@override
String get path => params.path;