remove static method

Remove remove(
  1. String table
)

Creates a new Delete statement

Implementation

static Remove remove(String table) => Remove(table);