dropIfExists static method

Schema dropIfExists(
  1. String name
)

Implementation

static Schema dropIfExists(String name) => _DropSchema(name);