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