attributevalueKeyfieldnamesGet method

Future<Response> attributevalueKeyfieldnamesGet()

Get an array of primary key field names

Implementation

Future<chopper.Response> attributevalueKeyfieldnamesGet() {
  return _attributevalueKeyfieldnamesGet();
}