Datum constructor

Datum({
  1. String? varCharValue,
})

Implementation

Datum({
  this.varCharValue,
});