NotNull constructor

NotNull(
  1. String? name, {
  2. ConflictClause? onConflict,
})

Implementation

NotNull(super.name, {this.onConflict});