delete method

Delete<E> delete()

Implementation

Delete<E> delete() => Builder<E>.withDb(db, this).delete();