Insert constructor

Insert(
  1. String name, {
  2. bool ignoreIfExist = false,
})

Implementation

Insert(this.name, {this.ignoreIfExist = false}) {
  _immutable = ImmutableInsertStatement(this);
}