menu
webapp package
documentation
wa_route.dart
RequestMethods
ONLY_INSERT property
ONLY_INSERT property
dark_mode
light_mode
ONLY_INSERT
property
List
<
String
>
get
ONLY_INSERT
A list containing only the HTTP INSERT method.
Implementation
static List<String> get ONLY_INSERT => [INSERT];
webapp package
documentation
wa_route
RequestMethods
ONLY_INSERT property
RequestMethods class