Create constructor

Create(
  1. String name, {
  2. bool ifNotExists = false,
})

Implementation

Create(this.name, {this.ifNotExists = false}) {
  _immutable = ImmutableCreateStatement(this);
}