call method
Implementation
IndexStatus call([indexes]) {
  if (indexes == null) {
    return IndexStatus.all(_table);
  }
  return IndexStatus(_table, indexes);
}IndexStatus call([indexes]) {
  if (indexes == null) {
    return IndexStatus.all(_table);
  }
  return IndexStatus(_table, indexes);
}