SetColumn<ValType> constructor
SetColumn<ValType> (
- String name,
- ValType? value
Implementation
SetColumn(this.name, this.value);
SetColumn(this.name, this.value);