Entity constructor
Entity({
- int? beginOffset,
- int? endOffset,
- double? score,
- String? text,
- EntityType? type,
Implementation
Entity({
this.beginOffset,
this.endOffset,
this.score,
this.text,
this.type,
});