attributeKeyfieldnamesGet method

Future<Response> attributeKeyfieldnamesGet()

Get an array of primary key field names

Implementation

Future<chopper.Response> attributeKeyfieldnamesGet() {
  return _attributeKeyfieldnamesGet();
}