state property

  1. @JsonKey(name: 'state')
String get state
inherited

State of the suggested post. Currently, it can be one of "pending", "approved", "declined".

Implementation

@JsonKey(name: 'state')
String get state;