Matcher isTimestamp
read / write

Validates that a value is a ISO8601 timestamp.

Usage:

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