FwStandardSqlServerFwDateTime constructor

FwStandardSqlServerFwDateTime({
  1. String? val,
})

Implementation

FwStandardSqlServerFwDateTime({
  this.val,
});