communityBlocks property

  1. @JsonKey.new(name: 'community_blocks')
List<CommunityBlockView> get communityBlocks
inherited

Implementation

@JsonKey(name: 'community_blocks')
List<CommunityBlockView> get communityBlocks =>
    throw _privateConstructorUsedError;