mod property

Implementation

SubredditModeration get mod {
  _mod ??= SubredditModeration(this);
  return _mod!;
}