postType property

  1. @JsonKey.new(name: 'post_type')
PostType? get postType
inherited

Implementation

@JsonKey(name: 'post_type')
PostType? get postType => throw _privateConstructorUsedError;