postCategory property

  1. @JsonKey(name: 'postCategory', required: true)
PostCategory get postCategory
inherited

The category of the post

Implementation

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