Entity constructor
Entity({})
Implementation
Entity({
this.attributes,
this.beginOffset,
this.category,
this.endOffset,
this.id,
this.score,
this.text,
this.traits,
this.type,
});
Entity({
this.attributes,
this.beginOffset,
this.category,
this.endOffset,
this.id,
this.score,
this.text,
this.traits,
this.type,
});