SettingsRoutes class Null safety

Inheritance
Available Extensions
Annotations
  • @TypedGoRoute<SettingsRoutes>(path: '/settings', routes: <TypedGoRoute<GoRouteData>>[TypedGoRoute<SettingsDataRoute>(path: 'data'), TypedGoRoute<SettingsAppearanceRoute>(path: 'appearance'), TypedGoRoute<LicenseListRoute>(path: 'license', routes: [TypedGoRoute<LicenseDetailRoute>(path: ':id')])])

Constructors

SettingsRoutes()
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

build(BuildContext context, GoRouterState state) Widget
Creates the Widget for this route.
inherited
buildPage(BuildContext context, GoRouterState state) Page<void>
A page builder for this route.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
redirect(BuildContext context, GoRouterState state) FutureOr<String?>
An optional redirect function for this route.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited