postCategories property

  1. @JsonKey(name: 'postCategories', required: true)
List<PostCategory> get postCategories
inherited

The post categories of the organization

Implementation

@JsonKey(name: 'postCategories', required: true)
List<PostCategory> get postCategories => throw _privateConstructorUsedError;