replyPost property

Map get replyPost

Implementation

Map get replyPost {
  return {
    "uri": notification.uri,
    "cid": notification.cid,
    "author": notification.author,
    "record": notification.record,
    "indexedAt": notification.indexedAt.toIso8601String(),
  };
}