attachments property

RxList<MapEntry<GlobalKey<State<StatefulWidget>>, Attachment>> attachments
final

Attachments to be attached to a message.

Implementation

final RxList<MapEntry<GlobalKey, Attachment>> attachments = RxList();