UpsertMany constructor

UpsertMany(
  1. String name
)

Implementation

UpsertMany(this.name) {
  _immutable = ImmutableUpsertManyStatement(this);
}