InsertMany constructor

InsertMany(
  1. String name
)

Implementation

InsertMany(this.name) {
  _immutable = ImmutableInsertManyStatement(this);
}