salesrepresentativebillingreportEmptyobjectGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> salesrepresentativebillingreportEmptyobjectGet()

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
salesrepresentativebillingreportEmptyobjectGet() {
  generatedMapping.putIfAbsent(
    FwStandardSqlServerFwJsonDataTable,
    () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
  );

  return _salesrepresentativebillingreportEmptyobjectGet();
}