featuredPosts property

  1. @JsonKey.new(name: 'featured_posts')
List<ModFeaturePostView> get featuredPosts
inherited

Implementation

@JsonKey(name: 'featured_posts')
List<ModFeaturePostView> get featuredPosts =>
    throw _privateConstructorUsedError;