WebEntity constructor

WebEntity({
  1. String? description,
  2. String? entityId,
  3. double? score,
})

Implementation

WebEntity({
  this.description,
  this.entityId,
  this.score,
});