RichTexts constructor

RichTexts({
  1. String? extra,
  2. int? client_id,
  3. vector<RichText>? texts,
})

Implementation

RichTexts({
  super.extra,
  super.client_id,
  this.texts,
});