hiddenCommunities property

  1. @JsonKey.new(name: 'hidden_communities')
List<ModHideCommunityView> get hiddenCommunities
inherited

Implementation

@JsonKey(name: 'hidden_communities')
List<ModHideCommunityView> get hiddenCommunities =>
    throw _privateConstructorUsedError;