mod property

Implementation

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