root property

Implementation

ModeratorEntry get root {
  //case where we have only one root+replies
  return _data[_posts.first]!;
}