category property

  1. @JsonKey(defaultValue: 'other')
String category
final

Category of the report (spam / legal / violation / other).

Implementation

@JsonKey(defaultValue: 'other')
final String category;