SetColumn<ValType> constructor

SetColumn<ValType>(
  1. String name,
  2. ValType? value
)

Implementation

SetColumn(this.name, this.value);