TextEntity constructor
TextEntity({
- String? extra,
- int? client_id,
- int32? offset,
- int32? length,
- TextEntityType? type,
Implementation
TextEntity({
super.extra,
super.client_id,
this.offset,
this.length,
this.type,
});