menu
routed_openapi package
documentation
routed_openapi.dart
HandlerIdentity
path property
path property
dark_mode
light_mode
path
property
String
?
path
final
The route path pattern (e.g.
'/users/{id}'
).
Implementation
final String? path;
routed_openapi package
documentation
routed_openapi
HandlerIdentity
path property
HandlerIdentity class