comment property

  1. @JsonKey.new(name: 'comment')
String? get comment
inherited

Optional. Comment with which the post was declined

Implementation

@JsonKey(name: 'comment')
String? get comment;