dropColumn method

void dropColumn(
  1. String field
)

Implementation

void dropColumn(String field) => columnsToDrop.add(field);