agentbillingreportEmptyobjectGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> agentbillingreportEmptyobjectGet()

Implementation

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

  return _agentbillingreportEmptyobjectGet();
}