RichMessage constructor

const RichMessage({
  1. required bool rtl,
  2. required bool part,
  3. required List<PageBlockBase> blocks,
  4. required List<PhotoBase> photos,
  5. required List<DocumentBase> documents,
})

Rich Message constructor.

Implementation

const RichMessage({
  required this.rtl,
  required this.part,
  required this.blocks,
  required this.photos,
  required this.documents,
}) : super._();