Validates that value is a String
.
Usage:
var response = await client.request("/foo").get();
expect(response, hasResponse(200, {"id": isString}));
Validates that value is a String
.
Usage:
var response = await client.request("/foo").get();
expect(response, hasResponse(200, {"id": isString}));