DropTableSchema constructor

DropTableSchema({
  1. required List<String> names,
  2. bool? ifExists = false,
  3. DropTableType? type,
})

Implementation

DropTableSchema({required this.names, this.ifExists = false, this.type});