DropTableSchema constructor
DropTableSchema({
- required List<
String> names, - bool? ifExists = false,
- DropTableType? type,
Implementation
DropTableSchema({required this.names, this.ifExists = false, this.type});