response function

DoxResponse response(
  1. dynamic content
)

Implementation

DoxResponse response(content) {
  return DoxResponse(content);
}