RichMessageInfo constructor

RichMessageInfo({
  1. String? type,
  2. int? offset,
  3. int? length,
  4. String? url,
  5. String? info,
})

Implementation

RichMessageInfo({
  this.type,
  this.offset,
  this.length,
  this.url,
  this.info,
});