Upsert constructor

Upsert(
  1. String name
)

Implementation

Upsert(this.name) {
  _immutable = ImmutableUpsertStatement(this);
}