banned property

Implementation

SubredditRelationship get banned {
  _banned ??= SubredditRelationship(this, 'banned');
  return _banned!;
}