orderKeyfieldnamesGet method

Future<Response> orderKeyfieldnamesGet()

Get an array of primary key field names

Implementation

Future<chopper.Response> orderKeyfieldnamesGet() {
  return _orderKeyfieldnamesGet();
}