quote property

Map<String, dynamic>? get quote

Implementation

Map<String, dynamic>? get quote {
  return {
    "embed": {
      "\$type": "app.bsky.embed.record",
      "record": {"uri": widget.post!.uri, "cid": widget.post!.cid}
    }
  };
}