getCompleted method

Response getCompleted(
  1. String value
)

Return the value of the property.

Implementation

shelf.Response getCompleted(String value) => shelf.Response.ok('$value');