status property
The status of the post
Implementation
@JsonKey(name: 'postStatus', required: true)
PostStatus get status => throw _privateConstructorUsedError;
The status of the post
@JsonKey(name: 'postStatus', required: true)
PostStatus get status => throw _privateConstructorUsedError;