createnewsystemhistoryBrowsePost method

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

Implementation

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

  return _createnewsystemhistoryBrowsePost(body: body);
}