removedCommunities property

  1. @JsonKey.new(name: 'removed_communities')
List<ModRemoveCommunityView> get removedCommunities
inherited

Implementation

@JsonKey(name: 'removed_communities')
List<ModRemoveCommunityView> get removedCommunities =>
    throw _privateConstructorUsedError;