removedPosts property

  1. @JsonKey.new(name: 'removed_posts')
List<ModRemovePostView> get removedPosts
inherited

Implementation

@JsonKey(name: 'removed_posts')
List<ModRemovePostView> get removedPosts =>
    throw _privateConstructorUsedError;