Remove constructor

Remove(
  1. String name
)

Implementation

Remove(this.name) {
  _info = QueryRemoveInfo(this);
}