dropIndex method

void dropIndex(
  1. String name
)

Implementation

void dropIndex(String name) => indicesToDrop.add(name);