UpdateMany constructor

UpdateMany(
  1. String name
)

Implementation

UpdateMany(this.name) {
  _immutable = ImmutableUpdateManyStatement(this);
}