functionResponses static method

Content functionResponses(
  1. Iterable<FunctionResponse> responses
)

Return a Content with multiple FunctionResponse.

Implementation

static Content functionResponses(Iterable<FunctionResponse> responses) =>
    Content('function', responses.toList());