existsSync method

bool existsSync({
  1. bool cache = true,
})

Implementation

bool existsSync({bool cache = true}) => findSync(cache: cache) != null;