check method

void check(
  1. String path, {
  2. bool deep = false,
})

Implementation

void check(String path, {bool deep = false}) {
  checkResponse(path, this, deep: deep);
}