Entity constructor

const Entity({
  1. String? tableName,
  2. String? description,
})

Implementation

const Entity({
  this.tableName,
  this.description,
});