Creates a DropTable from a map representation.
factory DropTable.fromMap(Map<String, dynamic> map) { return DropTable(map['tableName'] as String); }