ONLY_INSERT property

List<String> get ONLY_INSERT

A list containing only the HTTP INSERT method.

Implementation

static List<String> get ONLY_INSERT => [INSERT];