FwStandardSqlServerFwJsonDataTableColumn constructor

FwStandardSqlServerFwJsonDataTableColumn({
  1. String? name,
  2. String? dataField,
  3. FwStandardSqlServerFwDataTypes? dataType,
  4. bool? isUniqueId,
  5. bool? isVisible,
})

Implementation

FwStandardSqlServerFwJsonDataTableColumn({
  this.name,
  this.dataField,
  this.dataType,
  this.isUniqueId,
  this.isVisible,
});