state property
State of the suggested post. Currently, it can be one of "pending", "approved", "declined".
Implementation
@JsonKey(name: 'state')
String get state;
State of the suggested post. Currently, it can be one of "pending", "approved", "declined".
@JsonKey(name: 'state')
String get state;