quoteMakequoteactiveIdPost method
Future<Response<FwStandardSqlServerTSpStatusResponse> >
quoteMakequoteactiveIdPost({
- required String? id,
@param id
Implementation
Future<chopper.Response<FwStandardSqlServerTSpStatusResponse>>
quoteMakequoteactiveIdPost({required String? id}) {
generatedMapping.putIfAbsent(
FwStandardSqlServerTSpStatusResponse,
() => FwStandardSqlServerTSpStatusResponse.fromJsonFactory,
);
return _quoteMakequoteactiveIdPost(id: id);
}