debugLabel property

  1. @override
String debugLabel
inherited

A short description of this route useful for debugging.

Implementation

@override
String get debugLabel => '${super.debugLabel}(${_page.destination.path})';