subprofitabilityreportEmptyobjectGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> subprofitabilityreportEmptyobjectGet()

Implementation

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

  return _subprofitabilityreportEmptyobjectGet();
}