menu
dartness_server package
documentation
route.dart
Patch
Patch const constructor
Patch const constructor
dark_mode
light_mode
Patch
constructor
const
Patch
(
[
String
path
=
''
])
Implementation
const Patch([String path = '']) : super('PATCH', path);
dartness_server package
documentation
route
Patch
Patch const constructor
Patch class