menu
shelf_open_api package
documentation
shelf_routing.dart
Routes
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Routes
copyWith
(
{
String
?
prefix
,
})
Implementation
Routes copyWith({String? prefix}) { return Routes( prefix: prefix ?? this.prefix, ); }
shelf_open_api package
documentation
shelf_routing
Routes
copyWith method
Routes class