menu
finch package
documentation
route.dart
Methods
ONLY_INSERT constant
ONLY_INSERT constant
dark_mode
light_mode
ONLY_INSERT
constant
List
<
String
>
const
ONLY_INSERT
A list containing only the HTTP INSERT method.
Implementation
static const List<String> ONLY_INSERT = [INSERT];
finch package
documentation
route
Methods
ONLY_INSERT constant
Methods class