postType property

String? get postType

The record type can take the following values: post, copy, reply, postpone, suggest.

Implementation

String? get postType => payload['post_type'];