ColData constructor

ColData({
  1. String? value,
  2. String? id,
  3. String? href,
})

Implementation

ColData({
  this.value, this.id, this.href
});