Line data Source code
1 : class StoryRoutePath { 2 0 : StoryRoutePath({ 3 : required this.path, 4 : }); 5 : 6 : final String? path; 7 : }