PostEventBodyModel constructor
PostEventBodyModel({
- required String text,
- String? replyTo,
- String? rootHash,
- List<
NetworkMediaModel> attachments = const [],
Implementation
PostEventBodyModel({
required this.text,
this.replyTo,
this.rootHash,
this.attachments = const [],
}) : super(type: EventType.post);