mod property

A helper object which allows for performing moderator actions on this wiki page.

Implementation

WikiPageModeration get mod {
  _mod ??= WikiPageModeration._(this);
  return _mod!;
}