isNumber = const isInstanceOf<num>()

Validates that value is a num.

Usage:

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