customreportlayoutBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> customreportlayoutBrowsePost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
customreportlayoutBrowsePost({required FwStandardModelsBrowseRequest? body}) {
  generatedMapping.putIfAbsent(
    FwStandardSqlServerFwJsonDataTable,
    () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
  );

  return _customreportlayoutBrowsePost(body: body);
}