File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -315,8 +315,8 @@ abstract class RelativeGoRouteData extends _GoRouteData {
315
315
'GoRouteState to RelativeGoRouteData expando' ,
316
316
);
317
317
318
- /// The subpath of this route, e.g. person/p1
319
- String get subpath => throw _GoRouteData .shouldBeGeneratedError;
318
+ /// The sub-location of this route, e.g. person/p1
319
+ String get subLocation => throw _GoRouteData .shouldBeGeneratedError;
320
320
321
321
/// The relative location of this route, e.g. ./person/p1
322
322
String get relativeLocation => throw _GoRouteData .shouldBeGeneratedError;
Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ void main() {
463
463
}
464
464
465
465
await expectUnimplementedError ((BuildContext context) {
466
- const _RelativeGoRouteDataBuild ().subpath ;
466
+ const _RelativeGoRouteDataBuild ().subLocation ;
467
467
});
468
468
469
469
await expectUnimplementedError ((BuildContext context) {
You can’t perform that action at this time.
0 commit comments