quoteMakequoteactiveIdPost method

Future<Response<FwStandardSqlServerTSpStatusResponse>> quoteMakequoteactiveIdPost({
  1. required String? id,
})

@param id

Implementation

Future<chopper.Response<FwStandardSqlServerTSpStatusResponse>>
quoteMakequoteactiveIdPost({required String? id}) {
  generatedMapping.putIfAbsent(
    FwStandardSqlServerTSpStatusResponse,
    () => FwStandardSqlServerTSpStatusResponse.fromJsonFactory,
  );

  return _quoteMakequoteactiveIdPost(id: id);
}