billingKeyfieldnamesGet method

Future<Response> billingKeyfieldnamesGet()

Get an array of primary key field names

Implementation

Future<chopper.Response> billingKeyfieldnamesGet() {
  return _billingKeyfieldnamesGet();
}