DropTable constructor

const DropTable(
  1. String name
)

Drop table from DB if it exists

Implementation

const DropTable(this.name);