widgetKeyfieldnamesGet method

Future<Response> widgetKeyfieldnamesGet()

Get an array of primary key field names

Implementation

Future<chopper.Response> widgetKeyfieldnamesGet() {
  return _widgetKeyfieldnamesGet();
}