The name of the route (set by the RouterComponent).
@override String get name => super.name!;
@internal set name(String? value) => _name = value;