customformKeyfieldnamesGet method

Future<Response> customformKeyfieldnamesGet()

Get an array of primary key field names

Implementation

Future<chopper.Response> customformKeyfieldnamesGet() {
  return _customformKeyfieldnamesGet();
}