isString = const isInstanceOf<String>()

Validates that value is a String.

Usage:

    var response = await client.request("/foo").get();
    expect(response, hasResponse(200, {"id": isString}));