read / write
Validates that expected result is a ISO8601 timestamp.
Usage:
var response = await client.request("/foo").get();
expect(response, hasResponse(200, {"createdDate": isTimestamp}));
Validates that expected result is a ISO8601 timestamp.
Usage:
var response = await client.request("/foo").get();
expect(response, hasResponse(200, {"createdDate": isTimestamp}));