AppShellRoute class
アプリケーションのシェルルートデータ
- Inheritance
-
- Object
- RouteData
- StatefulShellRouteData
- AppShellRoute
- Available Extensions
- Annotations
-
- @TypedStatefulShellRoute<
AppShellRoute> (branches: [TypedStatefulShellBranch<HomeShellBranch>(routes: [TypedGoRoute<HomeRoute>(path: '/home', routes: [TypedGoRoute<MealRecordRoute>(path: 'mealRecord/:recordedDate', routes: [TypedGoRoute<MealRecordDetailRoute>(path: 'mealRecordDetail/:mealRecordId', routes: [])]), TypedGoRoute<MealRecordPhotoPickRoute>(path: 'mealRecordPhotoPick', routes: []), TypedGoRoute<MealRecordPhotoPreviewRoute>(path: 'mealRecordPhotoPreview/:isFromCamera', routes: [])])]), TypedStatefulShellBranch<DailyRecordShellBranch>(routes: [TypedGoRoute<DailyRecordRoute>(path: '/dailyRecord/:dateTime/:isFromSummaryPage', routes: [])]), TypedStatefulShellBranch<SummaryShellBranch>(routes: [TypedGoRoute<SummaryRoute>(path: '/summary', routes: [])]), TypedStatefulShellBranch<DiseaseLearningShellBranch>(routes: [TypedGoRoute<DiseaseLearningRoute>(path: '/diseaseLearning', routes: [])]), TypedStatefulShellBranch<MessageShellBranch>(routes: [TypedGoRoute<MessageRoute>(path: '/message', routes: [])]), TypedStatefulShellBranch<MyShellBranch>(routes: [TypedGoRoute<MyRoute>(path: '/my', routes: [])]), TypedStatefulShellBranch<DebugShellBranch>(routes: [TypedGoRoute<DebugRoute>(path: '/debug', routes: [TypedGoRoute<RehabilitationExerciseRoute>(path: 'rehabilitationExercise', routes: []), TypedGoRoute<SettingRoute>(path: 'setting', routes: [TypedGoRoute<LicenseRoute>(path: 'license', routes: []), TypedGoRoute<WebViewRoute>(path: 'webView/:url/:title', routes: [])]), TypedGoRoute<LessonMovieRoute>(path: 'lessonMovieRoute', routes: []), TypedGoRoute<RehabilitationStartPageTabletRoute>(path: 'rehabilitationStartPageTablet', routes: [TypedGoRoute<RehabilitationSelfCheckPageTabletRoute>(path: 'rehabilitationSelfCheckPageTablet', routes: [])]), TypedGoRoute<RehabilitationCameraSettingPageTabletRoute>(path: 'rehabilitationCameraSettingPageTablet', routes: []), TypedGoRoute<RehabilitationEndPageTabletRoute>(path: 'rehabilitationEndPageTablet', routes: []), TypedGoRoute<RehabilitationMeasurementPageTabletBeforeRoute>(path: 'rehabilitationMeasurementPageTabletBefore', routes: []), TypedGoRoute<RehabilitationMeasurementPageTabletAfterRoute>(path: 'rehabilitationMeasurementPageTabletAfter', routes: []), TypedGoRoute<DebugPolarRoute>(path: 'debugPolar', routes: []), TypedGoRoute<InstructorRecodingRoute>(path: 'instructorRecoding', routes: []), TypedGoRoute<VideoCallRoute>(path: 'videoCall', routes: [TypedGoRoute<VideoCallListRoute>(path: 'videoCallList', routes: []), TypedGoRoute<VideoCallRoomRoute>(path: 'videoCallRoom', routes: [])]), TypedGoRoute<RehabilitationCoolDownExerciseStartPageTabletRoute>(path: 'rehabilitationCoolDownExerciseStartPageTablet', routes: []), TypedGoRoute<RehabilitationHeartRateDeviceConnectingPageTabletRoute>(path: 'rehabilitationHeartRateDeviceConnectingPageTablet', routes: []), TypedGoRoute<RehabilitationHeartRateDeviceWearingPageTabletRoute>(path: 'rehabilitationHeartRateDeviceWearingPageTablet', routes: []), TypedGoRoute<RehabilitationVolumeCheckPageTabletRoute>(path: 'rehabilitationVolumeCheckPageTablet', routes: []), TypedGoRoute<RehabilitationDeviceSettingPageTabletRoute>(path: 'rehabilitationLockCheckPageTablet', routes: []), TypedGoRoute<RehabilitationExerciseStartPageTabletRoute>(path: 'rehabilitationExerciseStartPageTablet', routes: []), TypedGoRoute<RehabilitationWarmUpExercisePageTabletRoute>(path: 'rehabilitationWarmUpExercisePageTablet', routes: []), TypedGoRoute<RehabilitationCoolDownExercisePageTabletRoute>(path: 'rehabilitationCoolDownExercisePageTablet', routes: []), TypedGoRoute<RehabilitationExercisePageTabletRoute>(path: 'rehabilitationExercisePageTablet', routes: [])])])])
- @TypedStatefulShellRoute<
Constructors
- AppShellRoute()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
builder(
BuildContext context, GoRouterState state, ) → Widget -
builder is used to build the widget
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pageBuilder(
BuildContext context, GoRouterState state, ) → Page< void> -
pageBuilder is used to build the page
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited