billingprogressreportEmptyobjectGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> billingprogressreportEmptyobjectGet()

Implementation

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

  return _billingprogressreportEmptyobjectGet();
}